diff --git a/pandasai/llm/bedrock_claude.py b/pandasai/llm/bedrock_claude.py index 1dc4dd477..4c9e9becd 100644 --- a/pandasai/llm/bedrock_claude.py +++ b/pandasai/llm/bedrock_claude.py @@ -32,6 +32,7 @@ class BedrockClaude(LLM): _supported__models = [ "anthropic.claude-3-opus-20240229-v1:0", "anthropic.claude-3-5-sonnet-20240620-v1:0", + "anthropic.claude-3-5-sonnet-20240620-v1:0", "anthropic.claude-3-sonnet-20240229-v1:0", "anthropic.claude-3-haiku-20240307-v1:0", ] diff --git a/pyproject.toml b/pyproject.toml index fc649d894..8c1812971 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "2.2.5" +version = "2.2.6" description = "Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG." authors = ["Gabriele Venturi"] license = "MIT"