Skip to content

Commit 5fe2222

Browse files
fix: add missing authlib package to pyproject.toml
1 parent bb7ed2d commit 5fe2222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies = [
1919
"google-genai>=1.5.0",
2020
"starlette (>=0.46.2,<0.47.0)",
2121
"itsdangerous (>=2.2.0,<3.0.0)",
22+
"authlib (>=1.5.2,<2.0.0)",
2223
]
2324

2425
[tool.uv]

0 commit comments

Comments
 (0)