1 Commits

Author SHA1 Message Date
renovate[bot]
52232c59e6 chore(deps): update dependency pydantic to v2.6.4 2024-03-12 13:59:50 +00:00

View File

@@ -6,7 +6,7 @@ version = "1.0.0"
dependencies=[
"celery ==5.3.6",
"sqlalchemy[mypy] ==2.0.24",
"pydantic ==2.5.3",
"pydantic ==2.6.4",
"pydantic-settings ==2.1.0"
]
@@ -32,7 +32,7 @@ tooling = [
# tests
"httpx ==0.26.0",
"sqlalchemy-utils ==0.41.1",
"python-dotenv ==1.0.1",
"python-dotenv ==1.0.0",
"pytest ==7.4.4",
# types
"mypy ==1.5.1",