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

This commit is contained in:
2026-04-02 20:07:06 +03:00
parent 0d2301c603
commit b285e08885
3 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "HospitalAssistantBackend"
version = "1.0.0"
version = "1.0.1"
description = "Backend for Hospital Assistant"
readme = "README.md"
requires-python = ">=3.13,<3.14"

View File

@ -125,7 +125,6 @@ class searchRegistryItemResponseItem(
registrationDate: str = element()
registrationDateTime: str = element()
storeTillDate: str = element()
DocKind: str = element()
IsSemd: bool = element()

View File

@ -81,11 +81,11 @@ class ProfileModel(BaseModel):
'420000, Татарстан Респ, г.Казань, ул.Магистральная (Большие Клыки), д.1, кв.1' # noqa: E501
],
)
attachBranchId: str = Field(
attachBranchId: str | None = Field(
title='Идентификатор СТП прикреплния',
examples=['string'],
)
attachState: str = Field(
attachState: str | None = Field(
title='Номер участка',
examples=['99'],
)