Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"aiohttp<4.0.0,>=3.9.1",
"tenacity<10.0.0,>=8.2.3",
"pydantic-core<3.0.0,>=2.18.0",
"jiter>=0.6.1,<0.12",
"jiter>=0.6.1,<0.13",
"jinja2<4.0.0,>=3.1.4",
"requests<3.0.0,>=2.32.3",
"diskcache>=5.6.3",
Expand Down Expand Up @@ -65,7 +65,7 @@ docs = [
"mkdocs-material>=9.6.14",
]
test-docs = [
"fastapi>=0.109.2,<0.121.0",
"fastapi>=0.109.2,<0.124.0",
"redis>=5.0.1,<8.0.0",
"diskcache<6.0.0,>=5.6.3",
"pandas<3.0.0,>=2.2.0",
Expand All @@ -74,8 +74,8 @@ test-docs = [
"litellm<2.0.0,>=1.35.31",
"mistralai<2.0.0,>=1.5.1",
]
anthropic = ["anthropic==0.71.0", "xmltodict>=0.13,<1.1"]
groq = ["groq>=0.4.2,<0.34.0"]
anthropic = ["anthropic==0.75.0", "xmltodict>=0.13,<1.1"]
groq = ["groq>=0.4.2,<0.38.0"]
cohere = ["cohere<6.0.0,>=5.1.8"]
vertexai = ["google-cloud-aiplatform<2.0.0,>=1.53.0", "jsonref<2.0.0,>=1.1.0"]
cerebras_cloud_sdk = ["cerebras-cloud-sdk<2.0.0,>=1.5.0"]
Expand Down
2 changes: 1 addition & 1 deletion requirements-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pydantic
docstring-parser
rich
aiohttp
ruff==0.14.2
ruff==0.14.7
pre-commit==4.3.0
pyright==1.1.407
typer
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
# uv pip compile pyproject.toml -o requirements.txt
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.13.1
aiohttp==3.13.2
# via instructor (pyproject.toml)
aiosignal==1.4.0
# via aiohttp
annotated-types==0.7.0
# via pydantic
anyio==4.11.0
anyio==4.12.0
# via
# httpx
# openai
attrs==25.4.0
# via aiohttp
certifi==2025.10.5
certifi==2025.11.12
# via
# httpcore
# httpx
Expand Down Expand Up @@ -55,7 +55,7 @@ idna==3.11
# yarl
jinja2==3.1.6
# via instructor (pyproject.toml)
jiter==0.11.1
jiter==0.12.0
# via
# instructor (pyproject.toml)
# openai
Expand All @@ -71,7 +71,7 @@ multidict==6.7.0
# yarl
nodeenv==1.9.1
# via pre-commit
openai==2.6.1
openai==2.8.1
# via instructor (pyproject.toml)
platformdirs==4.4.0
# via virtualenv
Expand All @@ -81,11 +81,11 @@ propcache==0.4.1
# via
# aiohttp
# yarl
pydantic==2.12.3
pydantic==2.12.5
# via
# instructor (pyproject.toml)
# openai
pydantic-core==2.41.4
pydantic-core==2.41.5
# via
# instructor (pyproject.toml)
# pydantic
Expand All @@ -109,7 +109,7 @@ tenacity==9.1.2
# via instructor (pyproject.toml)
tqdm==4.67.1
# via openai
ty==0.0.1a27
ty==0.0.1a29
# via instructor (pyproject.toml)
typer==0.20.0
# via instructor (pyproject.toml)
Expand Down
Loading