Update dependency fastapi to ^0.116.0
This commit is contained in:
parent
5d59fe316b
commit
44451ffade
2 changed files with 10 additions and 9 deletions
|
@ -9,7 +9,7 @@ package-mode = false
|
|||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
ocpp = "^2.0.0"
|
||||
fastapi = {extras = ["standard"], version = "^0.115.11"}
|
||||
fastapi = {extras = ["standard"], version = "^0.116.0"}
|
||||
uvicorn = {extras = ["standard"], version = "^0.34.0"}
|
||||
websockets = "^15.0"
|
||||
sqlalchemy = "^2.0.28"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue