модели передаваемых сообщений

This commit is contained in:
Егор Кандрушин 2026-03-25 17:39:01 +03:00
parent a5a6f2eca9
commit b46e24f7c3
5 changed files with 329 additions and 1 deletions

View file

@ -4,4 +4,6 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = []
dependencies = [
"pydantic>=2.12.5",
]