Skip to content

Commit 756898b

Browse files
committed
Fix dependencies
1 parent 94c8889 commit 756898b

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

pyproject.toml

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

6666
[project.optional-dependencies]
6767
server = [
68-
"fastapi~=0.129",
68+
"fastapi~=0.135.2",
69+
# starlette 1.0.0 break cookies
70+
"starlette<1.0",
6971
"starlette-exporter~=0.23.0",
7072
"python-multipart~=0.0.21",
71-
"uvicorn>=0.41,<0.43",
73+
"uvicorn~=0.42.0",
7274
"alembic~=1.18.1",
7375
"pyjwt>=2.11,<2.13",
7476
"asyncpg~=0.31",
75-
"python-keycloak>=7.0.1,<7.2.0",
77+
"python-keycloak~=7.1.1",
7678
"itsdangerous~=2.2.0",
7779
]
7880
scheduler = [

uv.lock

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)