Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
python-version: ["3.14"]
os: [ubuntu-latest, windows-latest]

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11
3.14
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "uipath-langchain"
version = "0.9.30"
description = "Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.11"
requires-python = ">=3.14"
dependencies = [
"uipath>=2.10.49, <2.11.0",
"uipath-core>=0.5.2, <0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion testcases/chat-models/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"aiohttp>=3.11.12",
"typing-extensions>=4.12.2",
]
requires-python = ">=3.11"
requires-python = ">=3.14"

[tool.uv.sources]
uipath-langchain = { path = "../../", editable = true }
2 changes: 1 addition & 1 deletion testcases/company-research-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
description = "Company research agent with Tavily web search"
authors = [{ name = "John Doe", email = "john.doe@myemail.com" }]

requires-python = ">=3.11"
requires-python = ">=3.14"
dependencies = [
"uipath-langchain",
"langgraph>=1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion testcases/debug-breakpoints/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"pytest>=8.0.0",
"pytest-asyncio>=0.24.0",
]
requires-python = ">=3.11"
requires-python = ">=3.14"

[tool.uv.sources]
uipath-langchain = { path = "../../", editable = true }
Expand Down
2 changes: 1 addition & 1 deletion testcases/dev-console/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"pytest>=8.0.0",
"pytest-asyncio>=0.24.0",
]
requires-python = ">=3.11"
requires-python = ">=3.14"

[tool.uv.sources]
uipath-langchain = { path = "../../", editable = true }
Expand Down
2 changes: 1 addition & 1 deletion testcases/init-flow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies = [
"langchain-anthropic>=0.3.8",
"uipath-langchain",
]
requires-python = ">=3.11"
requires-python = ">=3.14"

[tool.uv.sources]
uipath-langchain = { path = "../../", editable = true }
2 changes: 1 addition & 1 deletion testcases/multimodal-invoke/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"uipath-langchain[vertex,bedrock]",
"pydantic>=2.10.6",
]
requires-python = ">=3.11"
requires-python = ">=3.14"

[tool.uv.sources]
uipath-langchain = { path = "../../", editable = true }
2 changes: 1 addition & 1 deletion testcases/simple-local-mcp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"ipython>=8.32.0",
"mcp>=1.4.1",
]
requires-python = ">=3.11"
requires-python = ">=3.14"

[tool.uv.sources]
uipath-langchain = { path = "../../", editable = true }
2 changes: 1 addition & 1 deletion testcases/template-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [{ name = "John Doe", email = "john.doe@myemail.com" }]
dependencies = [
"uipath-langchain[bedrock,vertex]",
]
requires-python = ">=3.11"
requires-python = ">=3.14"

[tool.uv.sources]
uipath-langchain = { path = "../../", editable = true }
2 changes: 1 addition & 1 deletion testcases/ticket-classification/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"typing-extensions>=4.12.2",
"ipython>=8.32.0",
]
requires-python = ">=3.11"
requires-python = ">=3.14"

[tool.uv.sources]
uipath-langchain = { path = "../../", editable = true }
1,378 changes: 13 additions & 1,365 deletions uv.lock

Large diffs are not rendered by default.

Loading