diff --git a/examples/requirements.txt b/examples/requirements.txt index adc04e1..af90507 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1,3 +1,3 @@ --index-url https://pypi.org/simple amigo_sdk -python-dotenv>=1.0,<2.0 +python-dotenv>=1.2.2,<2.0 diff --git a/pyproject.toml b/pyproject.toml index e249449..c80d4cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,10 +20,10 @@ classifiers = [ dynamic = ["version"] dependencies = [ - "httpx>=0.25,<1.0", - "pydantic>=2.7,<3.0", - "pydantic-settings>=2.0,<3.0", - "email-validator>=2.0,<3.0", + "httpx>=0.28.1,<1.0", + "pydantic>=2.13.3,<3.0", + "pydantic-settings>=2.14.0,<3.0", + "email-validator>=2.3.0,<3.0", ] [project.urls] @@ -41,19 +41,19 @@ sync-openapi = "scripts.sync_openapi:main" [project.optional-dependencies] dev = [ - "pytest>=7.0,<9.0", - "pytest-asyncio>=0.21,<1.0", - "pytest-cov>=4.0,<6.0", - "pytest-httpx>=0.30,<1.0", - "python-dotenv>=1.0,<2.0", - "ruff>=0.1,<1.0", - "mypy>=1.0", - "datamodel-code-generator[http]>=0.21,<1.0", + "pytest>=9.0.3,<10.0", + "pytest-asyncio>=1.3.0,<2.0", + "pytest-cov>=7.1.0,<8.0", + "pytest-httpx>=0.36.2,<1.0", + "python-dotenv>=1.2.2,<2.0", + "ruff>=0.15.12,<1.0", + "mypy>=1.20.2", + "datamodel-code-generator[http]>=0.56.1,<1.0", ] docs = [ - "mkdocs>=1.6", - "mkdocs-material>=9.5", - "mkdocstrings[python]>=0.27", + "mkdocs>=1.6.1", + "mkdocs-material>=9.7.6", + "mkdocstrings[python]>=1.0.4", ] [tool.hatch.version]