diff --git a/samples/github-helper-agent/pyproject.toml b/samples/github-helper-agent/pyproject.toml index 619dd17..cbcc9fb 100644 --- a/samples/github-helper-agent/pyproject.toml +++ b/samples/github-helper-agent/pyproject.toml @@ -4,7 +4,7 @@ version = "0.0.1" description = "An automated agent that reviews GitHub pull requests and provides feedback" authors = [{ name = "Cristi Pufu", email = "cristian.pufu@uipath.com" }] dependencies = [ - "uipath-langchain>=0.0.118", + "uipath-langchain>=0.0.118, <0.1.0", "langgraph>=0.5.4", "langchain-mcp-adapters>=0.1.9" ] diff --git a/samples/github-slack-agent/pyproject.toml b/samples/github-slack-agent/pyproject.toml index 5b50070..2ff2439 100644 --- a/samples/github-slack-agent/pyproject.toml +++ b/samples/github-slack-agent/pyproject.toml @@ -4,7 +4,7 @@ version = "0.0.1" description = "An automated agent that reviews GitHub pull requests and provides feedback on Slack" authors = [{ name = "Cristi Pufu", email = "cristian.pufu@uipath.com" }] dependencies = [ - "uipath-langchain>=0.0.118", + "uipath-langchain>=0.0.118, <0.1.0", "langgraph>=0.5.4", "langchain-mcp-adapters>=0.1.9" ] diff --git a/samples/mcp-dynamic-server/pyproject.toml b/samples/mcp-dynamic-server/pyproject.toml index 09c0a92..2e261ba 100644 --- a/samples/mcp-dynamic-server/pyproject.toml +++ b/samples/mcp-dynamic-server/pyproject.toml @@ -4,6 +4,6 @@ version = "0.0.1" description = "Dynamic MCP Server with self-extending tools" authors = [{ name = "John Doe" }] dependencies = [ - "uipath-mcp>=0.0.101", + "uipath-mcp>=0.0.101, <0.1.0", ] requires-python = ">=3.11" diff --git a/samples/mcp-functions-agent/pyproject.toml b/samples/mcp-functions-agent/pyproject.toml index bf3c0ff..759126d 100644 --- a/samples/mcp-functions-agent/pyproject.toml +++ b/samples/mcp-functions-agent/pyproject.toml @@ -4,7 +4,7 @@ version = "0.0.1" description = "A coder agent that implements and tests Python functions using a dynamic MCP server" authors = [{ name = "Cristi Pufu", email = "cristian.pufu@uipath.com" }] dependencies = [ - "uipath-langchain>=0.0.118", + "uipath-langchain>=0.0.118, <0.1.0", "langgraph>=0.5.4", "langchain-mcp-adapters>=0.1.9" ] diff --git a/samples/mcp-functions-server/pyproject.toml b/samples/mcp-functions-server/pyproject.toml index 247ab14..e3a308e 100644 --- a/samples/mcp-functions-server/pyproject.toml +++ b/samples/mcp-functions-server/pyproject.toml @@ -4,6 +4,6 @@ version = "0.0.1" description = "MCP Server that allows dynamic code functions creation and executions" authors = [{ name = "John Doe" }] dependencies = [ - "uipath-mcp>=0.0.101", + "uipath-mcp>=0.0.101, <0.1.0", ] requires-python = ">=3.11" diff --git a/samples/mcp-longrunning-server/pyproject.toml b/samples/mcp-longrunning-server/pyproject.toml index ead9cd9..e6ad6e8 100644 --- a/samples/mcp-longrunning-server/pyproject.toml +++ b/samples/mcp-longrunning-server/pyproject.toml @@ -4,6 +4,6 @@ version = "0.0.1" description = "Long Running Operations MCP Server" authors = [{ name = "John Doe" }] dependencies = [ - "uipath-mcp>=0.0.78", + "uipath-mcp>=0.0.78, <0.1.0", ] -requires-python = ">=3.10" \ No newline at end of file +requires-python = ">=3.10" diff --git a/samples/mcp-math-server/pyproject.toml b/samples/mcp-math-server/pyproject.toml index dacb1fe..24f95ee 100644 --- a/samples/mcp-math-server/pyproject.toml +++ b/samples/mcp-math-server/pyproject.toml @@ -4,6 +4,6 @@ version = "0.0.1" description = "Advanced Math Operations MCP Server" authors = [{ name = "John Doe" }] dependencies = [ - "uipath-mcp>=0.0.101", + "uipath-mcp>=0.0.101, <0.1.0", ] requires-python = ">=3.11" diff --git a/samples/mcp-sdk-server/pyproject.toml b/samples/mcp-sdk-server/pyproject.toml index fe6a181..a2b2e52 100644 --- a/samples/mcp-sdk-server/pyproject.toml +++ b/samples/mcp-sdk-server/pyproject.toml @@ -4,6 +4,6 @@ version = "0.0.1" description = "Python SDK MCP Server" authors = [{ name = "John Doe" }] dependencies = [ - "uipath-mcp>=0.0.101", + "uipath-mcp>=0.0.101, <0.1.0", ] requires-python = ">=3.11"