Skip to content

Commit 1d96d52

Browse files
authored
Restrict Pydantic dependency to version 1.x or 2.x
1 parent f1b067f commit 1d96d52

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

poetry.lock

Lines changed: 22 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
[tool.poetry.dependencies]
3737
python = "^3.8"
3838
Django = ">=2,<6"
39-
pydantic = "*"
39+
pydantic = ">=1,<3"
4040
pydantic-settings = "*"
4141
typing-extensions = "*"
4242

0 commit comments

Comments
 (0)