Фикс
All checks were successful
Build And Push / publish (push) Successful in 2m35s

This commit is contained in:
2026-04-15 16:15:29 +03:00
parent 8f92e91994
commit f4a4bd7ddd
5 changed files with 107 additions and 27 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "HospitalAssistantBackend"
version = "1.5.5"
version = "1.5.6"
description = "Backend for Hospital Assistant"
readme = "README.md"
requires-python = ">=3.13,<3.14"
@ -35,6 +35,8 @@ dependencies = [
"lxml==6.0.2; sys_platform != 'win32'",
# CLI
"typer-slim==0.16.1",
"xsdata[cli]>=26.2",
"xsdata-pydantic>=24.5",
]
[dependency-groups]