v1.4.1: Alembic — client_encoding=utf8 для psycopg3

Устраняет TypeError при определении версии PostgreSQL (bytes vs str).

Made-with: Cursor
This commit is contained in:
Alexandr
2026-04-03 08:50:11 +03:00
parent 349cea85a3
commit 0787745098
5 changed files with 19 additions and 5 deletions

View File

@ -1,3 +1,3 @@
"""onGuard24 — модульный монолит (ядро + модули)."""
__version__ = "1.4.0"
__version__ = "1.4.1"