Skip to content

Commit

Permalink
Fix pydantic aliases for python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bulatovv committed Jul 17, 2023
1 parent 862655a commit 50e1f75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@ build = "build.py"
[tool.poetry.dependencies]
python = "^3.7"

pydantic = "^1.7"
typing_extensions = "^3.7.4"
pydantic = "^1.10.11"
typing_extensions = "^4.6.1"

aiohttp = { version="^3.6"}
aioredis = { version="^1.3", optional = true }

[tool.poetry.dev-dependencies]
# Lint
lxml = "^4.5.0"
mypy = "^0.812"
mypy = "^1.4.1"
isort = "^5.7"
flake8 = "^4.0.0"
flake8-docstrings = "^1.5.0"
mypy_extensions = "^0.4.3"
mypy_extensions = "^1.0.0"
black = "^22.1.0"

# Docs
Expand Down

0 comments on commit 50e1f75

Please sign in to comment.