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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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.13",
"jiter>=0.6.1,<0.14",
"jinja2<4.0.0,>=3.1.4",
"requests<3.0.0,>=2.32.3",
"diskcache>=5.6.3",
Expand Down Expand Up @@ -56,7 +56,7 @@ dev = [
"pytest-xdist>=3.8.0",
"pre-commit>=4.2.0",
"ty>=0.0.1a23",
"anthropic==0.76.0",
"anthropic==0.79.0",
"xmltodict>=0.13,<1.1",
]
docs = [
Expand All @@ -82,7 +82,7 @@ test-docs = [
"litellm<2.0.0,>=1.35.31",
"mistralai<2.0.0,>=1.5.1",
]
anthropic = ["anthropic==0.76.0", "xmltodict>=0.13,<1.1"]
anthropic = ["anthropic==0.79.0", "xmltodict>=0.13,<1.1"]
groq = ["groq>=0.4.2,<1.1.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"]
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.14
ruff==0.15.0
pre-commit==4.3.0
typer
cohere
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ idna==3.11
# yarl
jinja2==3.1.6
# via instructor (pyproject.toml)
jiter==0.12.0
jiter==0.13.0
# via
# instructor (pyproject.toml)
# openai
Expand All @@ -61,7 +61,7 @@ multidict==6.7.1
# via
# aiohttp
# yarl
openai==2.16.0
openai==2.20.0
# via instructor (pyproject.toml)
propcache==0.4.1
# via
Expand All @@ -79,7 +79,7 @@ pygments==2.19.2
# via rich
requests==2.32.5
# via instructor (pyproject.toml)
rich==14.3.1
rich==14.3.2
# via
# instructor (pyproject.toml)
# typer
Expand All @@ -91,9 +91,9 @@ sniffio==1.3.1
# openai
tenacity==9.1.2
# via instructor (pyproject.toml)
tqdm==4.67.1
tqdm==4.67.3
# via openai
typer==0.21.1
typer==0.21.2
# via instructor (pyproject.toml)
typing-extensions==4.15.0
# via
Expand Down
Loading