Allow using Pydantic v2 (#533)
Co-authored-by: Chayim <chayim@users.noreply.github.com>
This commit is contained in:
parent
323787151e
commit
3a0fa0c7be
10 changed files with 45 additions and 14 deletions
|
|
@ -37,7 +37,7 @@ include=[
|
|||
[tool.poetry.dependencies]
|
||||
python = ">=3.7,<4.0"
|
||||
redis = ">=3.5.3,<5.0.0"
|
||||
pydantic = "^1.10.2"
|
||||
pydantic = ">=1.10.2,<2.1.0"
|
||||
click = "^8.0.1"
|
||||
types-redis = ">=3.5.9,<5.0.0"
|
||||
python-ulid = "^1.0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue