chore(deps): remove unused and duplicated

- pydantic-core: It is not used directly in the project, it causes
  problems with unnecessary restrictions on the pydantic version.
- pydantic: Not needed because it duplicates pydantic[email]
This commit is contained in:
Vlad Korneev 2026-05-29 20:37:56 +03:00
parent 102f8c1a2c
commit 2e1c3ceb03
No known key found for this signature in database
GPG key ID: 33DC086E37B0908F

View file

@ -13,8 +13,6 @@ dependencies = [
"orjson (>=3.10.15,<4.0.0)",
"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",
"cryptography (>=46.0.3,<47.0.0)",
]
keywords = ["remnawave", "api", "sdk", "proxy", "httpx", "async", "xray"]