mirror of
https://github.com/remnawave/python-sdk.git
synced 2026-05-13 12:16:42 +00:00
feat: Добавить зависимость pydantic в pyproject.toml для обеспечения совместимости
This commit is contained in:
parent
ac45a0b964
commit
05e456936d
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue