Skip to content

Commit

Permalink
Restrict Pydantic dependency to version 1.x or 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
monim67 authored Feb 9, 2024
1 parent f1b067f commit 1d96d52
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
Django = ">=2,<6"
pydantic = "*"
pydantic = ">=1,<3"
pydantic-settings = "*"
typing-extensions = "*"

Expand Down

0 comments on commit 1d96d52

Please sign in to comment.