Skip to content

Commit ae28397

Browse files
authored
fix: pin mistralai upper bound (#1935)
1 parent adfeb97 commit ae28397

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ anthropic = ["anthropic>=0.21.0,<1.0.0"]
4848
gemini = ["google-genai>=1.32.0,<2.0.0"]
4949
litellm = ["litellm>=1.75.9,<2.0.0", "openai>=1.68.0,<3.0.0"]
5050
llamaapi = ["llama-api-client>=0.1.0,<1.0.0"]
51-
mistral = ["mistralai>=1.8.2"]
51+
mistral = ["mistralai>=1.8.2,<2.0.0"]
5252
ollama = ["ollama>=0.4.8,<1.0.0"]
5353
openai = ["openai>=1.68.0,<3.0.0"]
5454
writer = ["writer-sdk>=2.2.0,<3.0.0"]
@@ -73,8 +73,8 @@ a2a = [
7373
]
7474

7575
bidi = [
76-
"aws_sdk_bedrock_runtime; python_version>='3.12'",
77-
"smithy-aws-core>=0.0.1; python_version>='3.12'",
76+
"aws_sdk_bedrock_runtime>=0.4.0,<1.0.0; python_version>='3.12'",
77+
"smithy-aws-core>=0.4.0,<1.0.0; python_version>='3.12'",
7878
]
7979
bidi-io = [
8080
"prompt_toolkit>=3.0.0,<4.0.0",

0 commit comments

Comments
 (0)