Update deps
This commit is contained in:
parent
09d9bc0a7d
commit
522b3465df
2 changed files with 6 additions and 8 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue