From 2e1c3ceb03d898ebed8d78c9a89ed5fbeb70f991 Mon Sep 17 00:00:00 2001 From: Vlad Korneev Date: Fri, 29 May 2026 20:37:56 +0300 Subject: [PATCH 1/3] 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"] From e9e557b102e5bf8144dfc131fc1487511092ed24 Mon Sep 17 00:00:00 2001 From: Vlad Korneev Date: Fri, 29 May 2026 20:40:04 +0300 Subject: [PATCH 2/3] chore(deps): bump python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5cf915e..a99b03e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] license = { text = "MIT" } readme = "README.md" -requires-python = ">=3.11,<3.14" +requires-python = ">=3.11,<3.15" dependencies = [ "rapid-api-client (==0.6.0)", "orjson (>=3.10.15,<4.0.0)", From 96e180769ea91366e290902d6120d3c73f6b0b49 Mon Sep 17 00:00:00 2001 From: Vlad Korneev Date: Fri, 29 May 2026 20:40:39 +0300 Subject: [PATCH 3/3] chore(deps): lock deps --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index df7809a..c26b57f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -894,5 +894,5 @@ typing-extensions = ">=4.12.0" [metadata] lock-version = "2.1" -python-versions = ">=3.11,<4.0" -content-hash = "2e64664ad5ef0cd863e8a3898493f4cdcf0544ada35d9ecad6aa686b32bdb1ac" +python-versions = ">=3.11,<3.15" +content-hash = "7b2d287bb0036b4254e0589beb3d86856735c088d39dcbf1bb2c965ce04a045f"