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" diff --git a/pyproject.toml b/pyproject.toml index 57b4af1..a99b03e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,14 +7,12 @@ 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)", "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"]