Skip to content

Commit 376e97d

Browse files
committed
toml update
1 parent b35a169 commit 376e97d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/uipath_langchain_client/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dynamic = ["version"]
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"langchain>=1.2.12",
8+
"langchain>=1.2.13",
99
"uipath-llm-client>=1.5.5",
1010
]
1111

@@ -17,17 +17,17 @@ google = [
1717
"langchain-google-genai>=4.2.1",
1818
]
1919
anthropic = [
20-
"langchain-anthropic>=1.3.5",
21-
"anthropic[bedrock,vertex]>=0.85.0",
20+
"langchain-anthropic>=1.4.0",
21+
"anthropic[bedrock,vertex]>=0.86.0",
2222
]
2323
aws = [
24-
"langchain-aws[anthropic]>=1.4.0",
24+
"langchain-aws[anthropic]>=1.4.1",
2525
]
2626
vertexai = [
2727
"langchain-google-vertexai>=3.2.2",
2828
]
2929
azure = [
30-
"langchain-azure-ai>=1.1.0",
30+
"langchain-azure-ai>=1.1.1",
3131
]
3232
fireworks = [
3333
"langchain-fireworks>=1.1.0",

0 commit comments

Comments
 (0)