Update deps

This commit is contained in:
phil 2025-01-04 12:08:43 +01:00
parent 09d9bc0a7d
commit 522b3465df
2 changed files with 6 additions and 8 deletions

View file

@ -10,7 +10,7 @@ dependencies = [
"fastapi[standard]>=0.115.6",
"itsdangerous>=2.2.0",
"passlib[bcrypt]>=1.7.4",
"pydantic-settings>=2.7.0",
"pydantic-settings>=2.7.1",
"python-jose[cryptography]>=3.3.0",
]
@ -18,6 +18,4 @@ dependencies = [
fastapi = { path = "../fastapi", editable = true }
[dependency-groups]
dev = [
"ipdb>=0.13.13",
]
dev = ["ipdb>=0.13.13"]