Skip to content

Commit 7f97389

Browse files
authored
chore(aws): update tests (#769)
1 parent 08b2314 commit 7f97389

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

libs/aws/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ test = [
3434
"pytest-asyncio>=0.20,<1",
3535
"pytest-watcher>=0.4.3",
3636
"langchain-classic>=1.0.0",
37-
"langchain-tests>=1.0.0",
37+
"langchain-tests>=1.0.1",
3838
"langchain>=1.0.0rc2",
3939
]
4040
test_integration = []

libs/aws/tests/integration_tests/chat_models/test_bedrock_converse.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,9 @@ def test_guardrails() -> None:
431431
"us.anthropic.claude-3-7-sonnet-20250219-v1:0",
432432
"us.anthropic.claude-sonnet-4-20250514-v1:0",
433433
"us.anthropic.claude-opus-4-20250514-v1:0",
434-
"us.anthropic.claude-opus-4-1-20250805-v1:0",
435-
"us.anthropic.claude-sonnet-4-5-20250929-v1:0",
436-
#
434+
# infra issues with the following models
435+
# "us.anthropic.claude-opus-4-1-20250805-v1:0",
436+
# "us.anthropic.claude-sonnet-4-5-20250929-v1:0",
437437
# "us.anthropic.claude-haiku-4-5-20251001-v1:0",
438438
],
439439
)

libs/aws/uv.lock

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

0 commit comments

Comments
 (0)