Skip to content

Commit

Permalink
pin pydantic to version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
enadeau committed Jul 29, 2023
1 parent c7185d8 commit dc5bd75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:
additional_dependencies:
[
fastapi,
pydantic,
pydantic<2.0.0,
starlette,
httpx
]
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
fastapi = ">0.68.0"
pydantic = "<2.0.0"
cryptography = ">=40.0.1"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
httpx = ">0.18.2"
Expand Down

0 comments on commit dc5bd75

Please sign in to comment.