mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-25 19:55:19 -05:00
fix: Bump Pydantic to v2.12.5 (#6622)
This commit is contained in:
@@ -64,7 +64,7 @@ class PostgresProvider(AbstractDBProvider, BaseSettings):
|
||||
PostgresDsn.build(
|
||||
scheme="postgresql",
|
||||
username=self.POSTGRES_USER,
|
||||
password=self.POSTGRES_PASSWORD,
|
||||
password=urlparse.quote(self.POSTGRES_PASSWORD),
|
||||
host=f"{self.POSTGRES_SERVER}:{self.POSTGRES_PORT}",
|
||||
path=f"{self.POSTGRES_DB or ''}",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user