Skip to content

Commit c6f9ef5

Browse files
chore(deps): bump the poetry group across 1 directory with 15 updates (#2042)
1 parent 2789945 commit c6f9ef5

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

pyproject.toml

Lines changed: 5 additions & 5 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.12",
21+
"jiter>=0.6.1,<0.13",
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.71.0",
59+
"anthropic==0.76.0",
6060
"xmltodict>=0.13,<1.1",
6161
]
6262
docs = [
@@ -73,7 +73,7 @@ docs = [
7373
"mkdocs-material>=9.6.14",
7474
]
7575
test-docs = [
76-
"fastapi>=0.109.2,<0.121.0",
76+
"fastapi>=0.109.2,<0.129.0",
7777
"redis>=5.0.1,<8.0.0",
7878
"diskcache<6.0.0,>=5.6.3",
7979
"pandas<3.0.0,>=2.2.0",
@@ -82,8 +82,8 @@ test-docs = [
8282
"litellm<2.0.0,>=1.35.31",
8383
"mistralai<2.0.0,>=1.5.1",
8484
]
85-
anthropic = ["anthropic==0.71.0", "xmltodict>=0.13,<1.1"]
86-
groq = ["groq>=0.4.2,<0.34.0"]
85+
anthropic = ["anthropic==0.76.0", "xmltodict>=0.13,<1.1"]
86+
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"]
8989
cerebras_cloud_sdk = ["cerebras-cloud-sdk<2.0.0,>=1.5.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.2
6+
ruff==0.14.14
77
pre-commit==4.3.0
88
typer
99
cohere

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
# uv pip compile pyproject.toml -o requirements.txt
33
aiohappyeyeballs==2.6.1
44
# via aiohttp
5-
aiohttp==3.13.1
5+
aiohttp==3.13.3
66
# via instructor (pyproject.toml)
77
aiosignal==1.4.0
88
# via aiohttp
99
annotated-types==0.7.0
1010
# via pydantic
11-
anyio==4.11.0
11+
anyio==4.12.1
1212
# via
1313
# httpx
1414
# openai
1515
attrs==25.4.0
1616
# via aiohttp
17-
certifi==2025.10.5
17+
certifi==2026.1.4
1818
# via
1919
# httpcore
2020
# httpx
@@ -47,7 +47,7 @@ idna==3.11
4747
# yarl
4848
jinja2==3.1.6
4949
# via instructor (pyproject.toml)
50-
jiter==0.11.1
50+
jiter==0.12.0
5151
# via
5252
# instructor (pyproject.toml)
5353
# openai
@@ -57,29 +57,29 @@ markupsafe==3.0.3
5757
# via jinja2
5858
mdurl==0.1.2
5959
# via markdown-it-py
60-
multidict==6.7.0
60+
multidict==6.7.1
6161
# via
6262
# aiohttp
6363
# yarl
64-
openai==2.6.1
64+
openai==2.16.0
6565
# via instructor (pyproject.toml)
6666
propcache==0.4.1
6767
# via
6868
# aiohttp
6969
# yarl
70-
pydantic==2.12.3
70+
pydantic==2.12.5
7171
# via
7272
# instructor (pyproject.toml)
7373
# openai
74-
pydantic-core==2.41.4
74+
pydantic-core==2.41.5
7575
# via
7676
# instructor (pyproject.toml)
7777
# pydantic
7878
pygments==2.19.2
7979
# via rich
8080
requests==2.32.5
8181
# via instructor (pyproject.toml)
82-
rich==14.2.0
82+
rich==14.3.1
8383
# via
8484
# instructor (pyproject.toml)
8585
# typer
@@ -93,7 +93,7 @@ tenacity==9.1.2
9393
# via instructor (pyproject.toml)
9494
tqdm==4.67.1
9595
# via openai
96-
typer==0.20.0
96+
typer==0.21.1
9797
# via instructor (pyproject.toml)
9898
typing-extensions==4.15.0
9999
# via
@@ -106,7 +106,7 @@ typing-extensions==4.15.0
106106
# typing-inspection
107107
typing-inspection==0.4.2
108108
# via pydantic
109-
urllib3==2.5.0
109+
urllib3==2.6.3
110110
# via requests
111111
yarl==1.22.0
112112
# via aiohttp

0 commit comments

Comments
 (0)