update dependencies (#86)

* update dependencies

* format code
This commit is contained in:
Dmitry Afanasyev
2024-02-01 22:29:47 +03:00
committed by GitHub
parent 7c51a775c6
commit a18c94882a
9 changed files with 494 additions and 542 deletions

View File

@@ -90,7 +90,7 @@ class AppSettings(SentrySettings, LoggingSettings, BaseSettings):
# ==== gpt settings ====
GPT_BASE_HOST: str = "http://chathpt_chat_service:8858"
@model_validator(mode="before") # type: ignore[arg-type]
@model_validator(mode="before")
def validate_boolean_fields(self) -> Any:
values_dict: dict[str, Any] = self # type: ignore[assignment]
for value in (