Skip to content

Commit 61401ad

Browse files
chore(deps): bump the poetry group across 1 directory with 7 updates
Bumps the poetry group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [openai](https://github.com/openai/openai-python) | `2.16.0` | `2.20.0` | | [typer](https://github.com/fastapi/typer) | `0.21.1` | `0.21.2` | | [rich](https://github.com/Textualize/rich) | `14.3.1` | `14.3.2` | | [jiter](https://github.com/pydantic/jiter) | `0.12.0` | `0.13.0` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.76.0` | `0.79.0` | | [tqdm](https://github.com/tqdm/tqdm) | `4.67.1` | `4.67.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.14` | `0.15.0` | Updates `openai` from 2.16.0 to 2.20.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v2.16.0...v2.20.0) Updates `typer` from 0.21.1 to 0.21.2 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.21.1...0.21.2) Updates `rich` from 14.3.1 to 14.3.2 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.3.1...v14.3.2) Updates `jiter` from 0.12.0 to 0.13.0 - [Release notes](https://github.com/pydantic/jiter/releases) - [Commits](pydantic/jiter@v0.12.0...v0.13.0) Updates `anthropic` from 0.76.0 to 0.79.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-python@v0.76.0...v0.79.0) Updates `tqdm` from 4.67.1 to 4.67.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.67.1...v4.67.3) Updates `ruff` from 0.14.14 to 0.15.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.14...0.15.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: typer dependency-version: 0.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: rich dependency-version: 14.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: jiter dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: anthropic dependency-version: 0.79.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry - dependency-name: tqdm dependency-version: 4.67.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7206b98 commit 61401ad

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"aiohttp<4.0.0,>=3.9.1",
1919
"tenacity<10.0.0,>=8.2.3",
2020
"pydantic-core<3.0.0,>=2.18.0",
21-
"jiter>=0.6.1,<0.13",
21+
"jiter>=0.6.1,<0.14",
2222
"jinja2<4.0.0,>=3.1.4",
2323
"requests<3.0.0,>=2.32.3",
2424
"diskcache>=5.6.3",
@@ -56,7 +56,7 @@ dev = [
5656
"pytest-xdist>=3.8.0",
5757
"pre-commit>=4.2.0",
5858
"ty>=0.0.1a23",
59-
"anthropic==0.76.0",
59+
"anthropic==0.79.0",
6060
"xmltodict>=0.13,<1.1",
6161
]
6262
docs = [
@@ -82,7 +82,7 @@ test-docs = [
8282
"litellm<2.0.0,>=1.35.31",
8383
"mistralai<2.0.0,>=1.5.1",
8484
]
85-
anthropic = ["anthropic==0.76.0", "xmltodict>=0.13,<1.1"]
85+
anthropic = ["anthropic==0.79.0", "xmltodict>=0.13,<1.1"]
8686
groq = ["groq>=0.4.2,<1.1.0"]
8787
cohere = ["cohere<6.0.0,>=5.1.8"]
8888
vertexai = ["google-cloud-aiplatform<2.0.0,>=1.53.0", "jsonref<2.0.0,>=1.1.0"]

requirements-examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pydantic
33
docstring-parser
44
rich
55
aiohttp
6-
ruff==0.14.14
6+
ruff==0.15.0
77
pre-commit==4.3.0
88
typer
99
cohere

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ idna==3.11
4747
# yarl
4848
jinja2==3.1.6
4949
# via instructor (pyproject.toml)
50-
jiter==0.12.0
50+
jiter==0.13.0
5151
# via
5252
# instructor (pyproject.toml)
5353
# openai
@@ -61,7 +61,7 @@ multidict==6.7.1
6161
# via
6262
# aiohttp
6363
# yarl
64-
openai==2.16.0
64+
openai==2.20.0
6565
# via instructor (pyproject.toml)
6666
propcache==0.4.1
6767
# via
@@ -79,7 +79,7 @@ pygments==2.19.2
7979
# via rich
8080
requests==2.32.5
8181
# via instructor (pyproject.toml)
82-
rich==14.3.1
82+
rich==14.3.2
8383
# via
8484
# instructor (pyproject.toml)
8585
# typer
@@ -91,9 +91,9 @@ sniffio==1.3.1
9191
# openai
9292
tenacity==9.1.2
9393
# via instructor (pyproject.toml)
94-
tqdm==4.67.1
94+
tqdm==4.67.3
9595
# via openai
96-
typer==0.21.1
96+
typer==0.21.2
9797
# via instructor (pyproject.toml)
9898
typing-extensions==4.15.0
9999
# via

0 commit comments

Comments
 (0)