Фикс скачивания файла
All checks were successful
Build And Push / publish (push) Successful in 3m48s

This commit is contained in:
2026-04-16 18:01:05 +03:00
parent c1c176d642
commit eed99d99ea
2 changed files with 22 additions and 14 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "HospitalAssistantBackend"
version = "1.5.9"
version = "1.5.10"
description = "Backend for Hospital Assistant"
readme = "README.md"
requires-python = ">=3.13,<3.14"
@ -37,7 +37,6 @@ dependencies = [
"typer-slim==0.16.1",
"xsdata[cli]>=26.2",
"xsdata-pydantic>=24.5",
"chardet>=7.4.3",
]
[dependency-groups]