Skip to content

Commit 8a9ffc8

Browse files
authored
Pydantic v2 fix (#100)
* Pydantic v2 update. * Pydantic v2 update. * Pydantic v2 update. Fixes. * Pydantic v2 update. Fixes.
1 parent e2ff75e commit 8a9ffc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

calendar_backend/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class Settings(UnionAuthSettings, BaseSettings):
2222
REQUIRE_REVIEW_PHOTOS: bool = True
2323
REQUIRE_REVIEW_LECTURER_COMMENT: bool = True
2424
REQUIRE_REVIEW_EVENT_COMMENT: bool = True
25-
GOOGLE_CLIENT_SECRET: Json | None = None
2625
CORS_ALLOW_ORIGINS: list[str] = ['*']
2726
CORS_ALLOW_CREDENTIALS: bool = True
2827
CORS_ALLOW_METHODS: list[str] = ['*']

0 commit comments

Comments
 (0)