feat: Добавить зависимость pydantic в pyproject.toml для обеспечения совместимости

This commit is contained in:
Artem 2025-05-05 16:03:54 +02:00
parent ac45a0b964
commit 05e456936d
No known key found for this signature in database
GPG key ID: 833485276B7902CE

View file

@ -14,6 +14,7 @@ dependencies = [
"httpx (>=0.27.2,<0.28.0)",
"pydantic[email]>=2.9.2,<3.0.0",
"pydantic-core>=2.33.1,<2.34.0",
"pydantic>=2.9.2,<3.0.0",
]
keywords = ["remnawave", "api", "sdk", "proxy", "httpx", "async", "xray"]
classifiers = [