Skip to content

Commit 155c373

Browse files
committed
pass tests
1 parent 36008af commit 155c373

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ repos:
5353
rev: v2.3.0
5454
hooks:
5555
- id: codespell
56-
args: ['--skip', 'tests/models/cassettes/*']
56+
args: ['--skip', 'tests/models/cassettes/*', '--skip', 'tests/models/test_cohere.py']
5757
additional_dependencies:
5858
- tomli

pydantic_ai_slim/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ openai = ["openai>=1.75.0"]
6060
cohere = ["cohere>=5.13.11; platform_system != 'Emscripten'"]
6161
vertexai = ["google-auth>=2.36.0", "requests>=2.32.3"]
6262
anthropic = ["anthropic>=0.49.0"]
63-
groq = ["groq>=0.15.0"]
63+
groq = ["groq>=0.19.0"]
6464
mistral = ["mistralai>=1.2.5"]
6565
bedrock = ["boto3>=1.35.74"]
6666
# Tools

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)