We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e85f1 commit 30dba99Copy full SHA for 30dba99
backend/pyproject.toml
@@ -18,6 +18,7 @@ dependencies = [
18
"bcrypt==4.0.1",
19
"google-genai>=1.5.0",
20
"itsdangerous (>=2.2.0,<3.0.0)",
21
+ "authlib (>=1.5.2,<2.0.0)",
22
]
23
24
[tool.uv]
backend/src/main.py
@@ -16,8 +16,6 @@ def custom_generate_unique_id(route: APIRoute) -> str:
16
title=settings.PROJECT_NAME,
17
openapi_url=f"{settings.API_V1_STR}/openapi.json",
generate_unique_id_function=custom_generate_unique_id,
- version=settings.VERSION,
- description=settings.DESCRIPTION,
)
# Set all CORS enabled origins
0 commit comments