Skip to content

Commit b094f3d

Browse files
feat: add missing library
1 parent 7bbde57 commit b094f3d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies = [
1818
"bcrypt==4.0.1",
1919
"google-genai>=1.5.0",
2020
"itsdangerous (>=2.2.0,<3.0.0)",
21+
"authlib (>=1.5.2,<2.0.0)",
2122
]
2223

2324
[tool.uv]

backend/src/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ def custom_generate_unique_id(route: APIRoute) -> str:
1616
title=settings.PROJECT_NAME,
1717
openapi_url=f"{settings.API_V1_STR}/openapi.json",
1818
generate_unique_id_function=custom_generate_unique_id,
19-
version=settings.VERSION,
20-
description=settings.DESCRIPTION,
2119
)
2220

2321
# Set all CORS enabled origins

0 commit comments

Comments
 (0)