[UP] v 0.1.4-2

This commit is contained in:
Evgeny (Krymmy) Momotov 2025-11-19 10:47:44 +03:00
parent de7d3df891
commit 36967c7673
2 changed files with 2 additions and 2 deletions

View file

@ -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"}

View file

@ -283,4 +283,4 @@ class GroupInspectionCheek(BaseInspectionsCheckModel, BasicModel):
class DriverInspectionCheek(BaseInspectionsCheckModel, BasicModel):
driver_inspection: DriverInspection = Field(description="Инспекция водителя")
drive_inspection: DriverInspection = Field(description="Инспекция водителя")