Skip to content

Commit

Permalink
Merge pull request #114 from ProtixIT/pydantic-version-range
Browse files Browse the repository at this point in the history
Restrict Pydantic dependency to version 1.x or 2.x
  • Loading branch information
monim67 authored Feb 9, 2024
2 parents 4a95b35 + e9fe139 commit 04fe8cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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 @@ -37,7 +37,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
Django = ">=2,<6"
pydantic = "*"
pydantic = ">=1,<3"
typing-extensions = "^4.5"

[tool.poetry.group.build.dependencies]
Expand Down

0 comments on commit 04fe8cf

Please sign in to comment.