diff --git a/llama-index-integrations/llms/llama-index-llms-bedrock-converse/llama_index/llms/bedrock_converse/utils.py b/llama-index-integrations/llms/llama-index-llms-bedrock-converse/llama_index/llms/bedrock_converse/utils.py index bb04825658..7405c1dd50 100644 --- a/llama-index-integrations/llms/llama-index-llms-bedrock-converse/llama_index/llms/bedrock_converse/utils.py +++ b/llama-index-integrations/llms/llama-index-llms-bedrock-converse/llama_index/llms/bedrock_converse/utils.py @@ -167,6 +167,7 @@ "anthropic.claude-3-7-sonnet-20250219-v1:0", "anthropic.claude-opus-4-20250514-v1:0", "anthropic.claude-sonnet-4-20250514-v1:0", + "anthropic.claude-sonnet-4-5-20250929-v1:0", "deepseek.r1-v1:0", ) diff --git a/llama-index-integrations/llms/llama-index-llms-bedrock-converse/pyproject.toml b/llama-index-integrations/llms/llama-index-llms-bedrock-converse/pyproject.toml index 07afa04174..ba41d287a5 100644 --- a/llama-index-integrations/llms/llama-index-llms-bedrock-converse/pyproject.toml +++ b/llama-index-integrations/llms/llama-index-llms-bedrock-converse/pyproject.toml @@ -29,7 +29,7 @@ dev = [ [project] name = "llama-index-llms-bedrock-converse" -version = "0.10.0" +version = "0.10.1" description = "llama-index llms bedrock converse integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" diff --git a/llama-index-integrations/llms/llama-index-llms-bedrock-converse/uv.lock b/llama-index-integrations/llms/llama-index-llms-bedrock-converse/uv.lock index 1eca039e31..6afbef5085 100644 --- a/llama-index-integrations/llms/llama-index-llms-bedrock-converse/uv.lock +++ b/llama-index-integrations/llms/llama-index-llms-bedrock-converse/uv.lock @@ -1757,7 +1757,7 @@ wheels = [ [[package]] name = "llama-index-llms-bedrock-converse" -version = "0.10.0" +version = "0.10.1" source = { editable = "." } dependencies = [ { name = "aioboto3" },