Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the poetry group with 8 updates #1381

Closed
wants to merge 1 commit into from
Closed
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
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ test-docs = [
"litellm<2.0.0,>=1.35.31",
"mistralai<2.0.0,>=1.0.3",
]
anthropic = ["anthropic==0.47.2", "xmltodict<0.15,>=0.13"]
groq = ["groq<0.14.0,>=0.4.2"]
anthropic = ["anthropic==0.49.0", "xmltodict<0.15,>=0.13"]
groq = ["groq>=0.4.2,<0.19.0"]
cohere = ["cohere<6.0.0,>=5.1.8"]
google-generativeai = [
"google-generativeai<1.0.0,>=0.8.2",
Expand Down Expand Up @@ -97,7 +97,7 @@ docs = [
"mkdocs-redirects<2.0.0,>=1.2.1",
"material>=0.1",
]
anthropic = ["anthropic==0.47.2"]
anthropic = ["anthropic==0.49.0"]
test-docs = [
"fastapi<0.116.0,>=0.109.2",
"redis<6.0.0,>=5.0.1",
Expand All @@ -106,9 +106,9 @@ test-docs = [
"tabulate<1.0.0,>=0.9.0",
"pydantic-extra-types<3.0.0,>=2.6.0",
"litellm<2.0.0,>=1.35.31",
"anthropic==0.47.2",
"anthropic==0.49.0",
"xmltodict<0.15,>=0.13",
"groq<0.14.0,>=0.4.2",
"groq>=0.4.2,<0.19.0",
"phonenumbers<9.0.0,>=8.13.33",
"cohere<6.0.0,>=5.1.8",
"mistralai<2.0.0,>=1.0.3",
Expand All @@ -130,7 +130,7 @@ vertexai = ["google-cloud-aiplatform<2.0.0,>=1.53.0", "jsonref<2.0.0,>=1.1.0"]
bedrock = ["boto3<2.0.0,>=1.34.0"]
mistral = ["mistralai<2.0.0,>=1.0.3"]
perplexity = ["openai<2.0.0,>=1.52.0"]
groq = ["groq<0.14.0,>=0.4.2"]
groq = ["groq>=0.4.2,<0.19.0"]
cohere = ["cohere<6.0.0,>=5.1.8"]
cerebras_cloud_sdk = ["cerebras-cloud-sdk<2.0.0,>=1.5.0"]
fireworks-ai = ["fireworks-ai<1.0.0,>=0.15.4"]
Expand Down
6 changes: 3 additions & 3 deletions requirements-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ pydantic
docstring-parser
rich
aiohttp
ruff==0.8.1
pre-commit==4.0.1
pyright==1.1.390
ruff==0.9.9
pre-commit==4.1.0
pyright==1.1.396
typer
cohere
datasets
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohappyeyeballs==2.4.8 ; python_version >= "3.9" and python_version < "4.0"
aiohappyeyeballs==2.5.0 ; python_version >= "3.9" and python_version < "4.0"
aiohttp==3.11.13 ; python_version >= "3.9" and python_version < "4.0"
aiosignal==1.3.2 ; python_version >= "3.9" and python_version < "4.0"
annotated-types==0.7.0 ; python_version >= "3.9" and python_version < "4.0"
Expand All @@ -23,9 +23,9 @@ markdown-it-py==3.0.0 ; python_version >= "3.9" and python_version < "4.0"
markupsafe==3.0.2 ; python_version >= "3.9" and python_version < "4.0"
mdurl==0.1.2 ; python_version >= "3.9" and python_version < "4.0"
multidict==6.1.0 ; python_version >= "3.9" and python_version < "4.0"
openai==1.65.3 ; python_version >= "3.9" and python_version < "4.0"
openai==1.65.4 ; python_version >= "3.9" and python_version < "4.0"
propcache==0.3.0 ; python_version >= "3.9" and python_version < "4.0"
pydantic-core==2.27.2 ; python_version >= "3.9" and python_version < "4.0"
pydantic-core==2.31.1 ; python_version >= "3.9" and python_version < "4.0"
pydantic==2.10.6 ; python_version >= "3.9" and python_version < "4.0"
pygments==2.19.1 ; python_version >= "3.9" and python_version < "4.0"
requests==2.32.3 ; python_version >= "3.9" and python_version < "4.0"
Expand Down
Loading