Fixed pydantic version

This commit is contained in:
2025-10-29 16:47:01 +01:00
parent 63767684b7
commit a719b748d9
2 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ requires-python = ">=3.14"
dependencies = [
"aiohttp>=3.13.1",
"loguru>=0.7.3",
"pydantic>=2.12.3",
"pydantic==2.12.2",
]
[dependency-groups]