Skip to content

Commit c6a736f

Browse files
committed
Remove pydantic v1
1 parent 8360ed3 commit c6a736f

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
@@ -39,7 +39,7 @@ build-backend = "poetry_dynamic_versioning.backend"
3939

4040
[tool.poetry.dependencies]
4141
python = ">=3.8,<3.12"
42-
pydantic = ">=1.10.2, <3.0.0"
42+
pydantic = "^2.1.1"
4343
SQLAlchemy = { version = "~2.0.0", extras = ["asyncio", "mypy"] }
4444

4545
[tool.poetry.group.dev]

0 commit comments

Comments
 (0)