Update pydantic properly

This commit is contained in:
Mawoka
2024-07-08 11:20:16 +02:00
parent 695b3b43c6
commit 5a15ef2dc9
7 changed files with 1109 additions and 530 deletions
+2 -1
View File
@@ -17,7 +17,7 @@ python-jose = "*"
alembic = "*"
email-validator = "*"
python-multipart = "*"
pydantic = "1.10.8"
pydantic = "*"
redis = "*"
aiohttp = "*"
gunicorn = "*"
@@ -46,6 +46,7 @@ starlette = "*"
pyopenssl = "*"
python-dotenv = "*"
webauthn = "==1.*"
pydantic-settings = "==2.2.1"
[dev-packages]
coverage = "*"