From 36967c767385f3627476bbebeb64af711e46671f Mon Sep 17 00:00:00 2001 From: "Evgeny (Krymmy) Momotov" Date: Wed, 19 Nov 2025 10:47:44 +0300 Subject: [PATCH] [UP] v 0.1.4-2 --- pyproject.toml | 2 +- src/YandexApiManager/data_models.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb50329..022061a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yandexapimanager" -version = "0.1.4-1" +version = "0.1.4-2" description = "" authors = [ {name = "Evgeny (Krymmy) Momotov",email = "evgeny.momotov@gmail.com"} diff --git a/src/YandexApiManager/data_models.py b/src/YandexApiManager/data_models.py index 8e732ef..ae452e5 100644 --- a/src/YandexApiManager/data_models.py +++ b/src/YandexApiManager/data_models.py @@ -283,4 +283,4 @@ class GroupInspectionCheek(BaseInspectionsCheckModel, BasicModel): class DriverInspectionCheek(BaseInspectionsCheckModel, BasicModel): - driver_inspection: DriverInspection = Field(description="Инспекция водителя") \ No newline at end of file + drive_inspection: DriverInspection = Field(description="Инспекция водителя") \ No newline at end of file