diff --git a/common/birdxplorer_common/settings.py b/common/birdxplorer_common/settings.py index c561784..923ad98 100644 --- a/common/birdxplorer_common/settings.py +++ b/common/birdxplorer_common/settings.py @@ -18,7 +18,7 @@ class PostgresStorageSettings(BaseSettings): port: int = 5432 database: str = "postgres" - @computed_field # type: ignore[misc] + @computed_field # type: ignore[prop-decorator] @property def sqlalchemy_database_url(self) -> str: return PostgresDsn(