Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 1daebe0

Browse files
committed
Change pydantic version to 2.1
1 parent 3aa81c7 commit 1daebe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
[tool.poetry.dependencies]
1818
python = "^3.8"
1919
httpx = ">=0.23,<0.25"
20-
pydantic = "^2.0.0"
20+
pydantic = "^2.1"
2121

2222
[tool.poetry.dev-dependencies]
2323
pytest = "^7.3.1"

0 commit comments

Comments
 (0)