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,6 +1,6 @@
[project]
name = "onguard24"
version = "1.4.0"
version = "1.4.1"
description = "onGuard24 — модульный сервис (аналог IRM)"
readme = "README.md"
requires-python = ">=3.11"