From 2e1c3ceb03d898ebed8d78c9a89ed5fbeb70f991 Mon Sep 17 00:00:00 2001 From: Vlad Korneev Date: Fri, 29 May 2026 20:37:56 +0300 Subject: [PATCH] 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] --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 57b4af1..5cf915e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]