Skip to content

Commit 854d4d4

Browse files
committed
Update dependency version limits
1 parent 959a81e commit 854d4d4

2 files changed

Lines changed: 81 additions & 71 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ exclude = ["docs", "tests"]
6565

6666
[project.optional-dependencies]
6767
server = [
68-
"fastapi>=0.128,<0.130",
68+
"fastapi~=0.129",
6969
"starlette-exporter~=0.23.0",
7070
"python-multipart~=0.0.21",
71-
"uvicorn>=0.40,<0.42",
71+
"uvicorn~=0.41.0",
7272
"alembic~=1.18.1",
73-
"pyjwt>=2.10.1,<2.12.0",
73+
"pyjwt~=2.11.0",
7474
"asyncpg~=0.31",
7575
"python-keycloak>=7.0.1,<7.2.0",
7676
"itsdangerous~=2.2.0",

0 commit comments

Comments
 (0)