From 23de9e5bcbdd33de46f45113258606fad9944ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 02:50:19 +0000 Subject: [PATCH] chore(deps): bump the poetry group across 1 directory with 4 updates Bumps the poetry group with 4 updates in the / directory: [anthropic](https://github.com/anthropics/anthropic-sdk-python), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff). Updates `anthropic` from 0.40.0 to 0.42.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-python/compare/v0.40.0...v0.42.0) Updates `pytest-asyncio` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.0) Updates `pyright` from 1.1.390 to 1.1.391 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.390...v1.1.391) Updates `ruff` from 0.8.1 to 0.8.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.8.1...0.8.4) --- updated-dependencies: - dependency-name: anthropic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry ... Signed-off-by: dependabot[bot] --- poetry.lock | 32 ++++++++++++++++---------------- pyproject.toml | 8 ++++---- requirements-examples.txt | 4 ++-- requirements.txt | 4 ++-- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/poetry.lock b/poetry.lock index c48a1f2bf..03c47fb19 100644 --- a/poetry.lock +++ b/poetry.lock @@ -136,13 +136,13 @@ files = [ [[package]] name = "anthropic" -version = "0.40.0" +version = "0.42.0" description = "The official Python library for the anthropic API" optional = false python-versions = ">=3.8" files = [ - {file = "anthropic-0.40.0-py3-none-any.whl", hash = "sha256:442028ae8790ff9e3b6f8912043918755af1230d193904ae2ef78cc22995280c"}, - {file = "anthropic-0.40.0.tar.gz", hash = "sha256:3efeca6d9e97813f93ed34322c6c7ea2279bf0824cd0aa71b59ce222665e2b87"}, + {file = "anthropic-0.42.0-py3-none-any.whl", hash = "sha256:46775f65b723c078a2ac9e9de44a46db5c6a4fabeacfd165e5ea78e6817f4eff"}, + {file = "anthropic-0.42.0.tar.gz", hash = "sha256:bf8b0ed8c8cb2c2118038f29c58099d2f99f7847296cafdaa853910bfff4edf4"}, ] [package.dependencies] @@ -152,7 +152,7 @@ httpx = ">=0.23.0,<1" jiter = ">=0.4.0,<1" pydantic = ">=1.9.0,<3" sniffio = "*" -typing-extensions = ">=4.7,<5" +typing-extensions = ">=4.10,<5" [package.extras] bedrock = ["boto3 (>=1.28.57)", "botocore (>=1.31.57)"] @@ -1356,16 +1356,16 @@ files = [ google-auth = ">=2.14.1,<3.0.dev0" googleapis-common-protos = ">=1.56.2,<2.0.dev0" grpcio = [ - {version = ">=1.49.1,<2.0dev", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""}, {version = ">=1.33.2,<2.0dev", optional = true, markers = "python_version < \"3.11\" and extra == \"grpc\""}, + {version = ">=1.49.1,<2.0dev", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""}, ] grpcio-status = [ - {version = ">=1.49.1,<2.0.dev0", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""}, {version = ">=1.33.2,<2.0.dev0", optional = true, markers = "python_version < \"3.11\" and extra == \"grpc\""}, + {version = ">=1.49.1,<2.0.dev0", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""}, ] proto-plus = [ - {version = ">=1.25.0,<2.0.0dev", markers = "python_version >= \"3.13\""}, {version = ">=1.22.3,<2.0.0dev", markers = "python_version < \"3.13\""}, + {version = ">=1.25.0,<2.0.0dev", markers = "python_version >= \"3.13\""}, ] protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.0 || >4.21.0,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<6.0.0.dev0" requests = ">=2.18.0,<3.0.0.dev0" @@ -1545,8 +1545,8 @@ google-api-core = {version = ">=1.34.1,<2.0.dev0 || >=2.11.dev0,<3.0.0dev", extr google-auth = ">=2.14.1,<2.24.0 || >2.24.0,<2.25.0 || >2.25.0,<3.0.0dev" grpc-google-iam-v1 = ">=0.12.4,<1.0.0dev" proto-plus = [ - {version = ">=1.25.0,<2.0.0dev", markers = "python_version >= \"3.13\""}, {version = ">=1.22.3,<2.0.0dev", markers = "python_version < \"3.13\""}, + {version = ">=1.25.0,<2.0.0dev", markers = "python_version >= \"3.13\""}, ] protobuf = ">=3.20.2,<4.21.0 || >4.21.0,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<6.0.0dev" @@ -3569,9 +3569,9 @@ files = [ [package.dependencies] numpy = [ - {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, - {version = ">=1.23.2", markers = "python_version == \"3.11\""}, {version = ">=1.22.4", markers = "python_version < \"3.11\""}, + {version = ">=1.23.2", markers = "python_version == \"3.11\""}, + {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, ] python-dateutil = ">=2.8.2" pytz = ">=2020.1" @@ -4349,20 +4349,20 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.24.0" +version = "0.25.0" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.24.0-py3-none-any.whl", hash = "sha256:a811296ed596b69bf0b6f3dc40f83bcaf341b155a269052d82efa2b25ac7037b"}, - {file = "pytest_asyncio-0.24.0.tar.gz", hash = "sha256:d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276"}, + {file = "pytest_asyncio-0.25.0-py3-none-any.whl", hash = "sha256:db5432d18eac6b7e28b46dcd9b69921b55c3b1086e85febfe04e70b18d9e81b3"}, + {file = "pytest_asyncio-0.25.0.tar.gz", hash = "sha256:8c0610303c9e0442a5db8604505fc0f545456ba1528824842b37b4a626cbf609"}, ] [package.dependencies] pytest = ">=8.2,<9" [package.extras] -docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] @@ -5975,4 +5975,4 @@ writer = ["writer-sdk"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "2753802857236e6a4c853750cc951fbe318f6f87c61dc4966483fb98cf106da5" +content-hash = "0b558e617f3b21a02b907a58d16c87b043f35c30fb404fe4c9751e29157e111f" diff --git a/pyproject.toml b/pyproject.toml index b2d7d356c..c85368727 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pandas = { version = "^2.2.0", optional = true } tabulate = { version = "^0.9.0", optional = true } pydantic_extra_types = { version = "^2.6.0", optional = true } litellm = { version = "^1.35.31", optional = true } -anthropic = { version = ">=0.36.2,<0.41.0", optional = true } +anthropic = { version = ">=0.36.2,<0.43.0", optional = true } xmltodict = { version = ">=0.13,<0.15", optional = true } groq = { version = ">=0.4.2,<0.14.0", optional = true } cohere = { version = "^5.1.8", optional = true } @@ -72,7 +72,7 @@ instructor = "instructor.cli.cli:app" [tool.poetry.group.dev.dependencies] pytest = "^8.3.3" -pytest-asyncio = "^0.24.0" +pytest-asyncio = ">=0.24,<0.26" coverage = "^7.3.2" pyright = "^1.1.360" jsonref = "^1.1.0" @@ -90,7 +90,7 @@ mkdocs-minify-plugin = "^0.8.0" mkdocs-redirects = "^1.2.1" [tool.poetry.group.anthropic.dependencies] -anthropic = ">=0.36.2,<0.41.0" +anthropic = ">=0.36.2,<0.43.0" [tool.poetry.group.test-docs.dependencies] fastapi = ">=0.109.2,<0.116.0" @@ -100,7 +100,7 @@ pandas = "^2.2.0" tabulate = "^0.9.0" pydantic_extra_types = "^2.6.0" litellm = "^1.35.31" -anthropic = ">=0.36.2,<0.41.0" +anthropic = ">=0.36.2,<0.43.0" xmltodict = ">=0.13,<0.15" groq = ">=0.4.2,<0.14.0" phonenumbers = "^8.13.33" diff --git a/requirements-examples.txt b/requirements-examples.txt index 6dd85cf16..1775acf3e 100644 --- a/requirements-examples.txt +++ b/requirements-examples.txt @@ -3,9 +3,9 @@ pydantic docstring-parser rich aiohttp -ruff==0.8.1 +ruff==0.8.4 pre-commit==4.0.1 -pyright==1.1.390 +pyright==1.1.391 typer cohere datasets diff --git a/requirements.txt b/requirements.txt index 8cb557661..57b36ac23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ pydantic docstring-parser rich aiohttp -ruff==0.8.1 +ruff==0.8.4 pre-commit==4.0.1 -pyright==1.1.390 +pyright==1.1.391 typer cohere \ No newline at end of file