Skip to content

Commit 6b00fc6

Browse files
chore: bump uipath-langchain-client to 1.12.2 (#873)
1 parent 9417e9f commit 6b00fc6

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath-langchain"
3-
version = "0.11.4"
3+
version = "0.11.5"
44
description = "Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"
@@ -23,7 +23,7 @@ dependencies = [
2323
"langchain-mcp-adapters==0.2.1",
2424
"pillow>=12.1.1",
2525
"a2a-sdk>=0.2.0,<1.0.0",
26-
"uipath-langchain-client[openai]>=1.11.0,<1.12.0",
26+
"uipath-langchain-client[openai]>=1.12.2,<1.13.0",
2727
]
2828

2929
classifiers = [
@@ -40,21 +40,21 @@ maintainers = [
4040

4141
[project.optional-dependencies]
4242
anthropic = [
43-
"uipath-langchain-client[anthropic]>=1.11.0,<1.12.0",
43+
"uipath-langchain-client[anthropic]>=1.12.2,<1.13.0",
4444
]
4545
vertex = [
46-
"uipath-langchain-client[google]>=1.11.0,<1.12.0",
47-
"uipath-langchain-client[vertexai]>=1.11.0,<1.12.0",
46+
"uipath-langchain-client[google]>=1.12.2,<1.13.0",
47+
"uipath-langchain-client[vertexai]>=1.12.2,<1.13.0",
4848
]
4949
bedrock = [
50-
"uipath-langchain-client[bedrock]>=1.11.0,<1.12.0",
50+
"uipath-langchain-client[bedrock]>=1.12.2,<1.13.0",
5151
"boto3-stubs>=1.41.4",
5252
]
5353
fireworks = [
54-
"uipath-langchain-client[fireworks]>=1.11.0,<1.12.0",
54+
"uipath-langchain-client[fireworks]>=1.12.2,<1.13.0",
5555
]
5656
all = [
57-
"uipath-langchain-client[all]>=1.11.0,<1.12.0",
57+
"uipath-langchain-client[all]>=1.12.2,<1.13.0",
5858
]
5959

6060
[project.entry-points."uipath.middlewares"]

uv.lock

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

0 commit comments

Comments
 (0)