From 39fd44579aa946f4e548f97cfb08d4c359c37a87 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 4 Jun 2024 15:32:30 -0400 Subject: [PATCH] robocorp: release 0.0.9.post1 (#22507) --- libs/partners/robocorp/README.md | 3 +++ libs/partners/robocorp/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/libs/partners/robocorp/README.md b/libs/partners/robocorp/README.md index 06293a8abe..5dcca77cb5 100644 --- a/libs/partners/robocorp/README.md +++ b/libs/partners/robocorp/README.md @@ -1,5 +1,8 @@ # langchain-robocorp +| Note: this package is deprecated in favor of the renamed `langchain-sema4 package` ([repo](https://github.com/langchain-ai/langchain-sema4), [package](https://pypi.org/project/langchain-sema4/)). | +|-| + This package contains the LangChain integrations for [Robocorp Action Server](https://github.com/robocorp/robocorp). Action Server enables an agent to execute actions in the real world. diff --git a/libs/partners/robocorp/pyproject.toml b/libs/partners/robocorp/pyproject.toml index 7808411665..c8cb822b08 100644 --- a/libs/partners/robocorp/pyproject.toml +++ b/libs/partners/robocorp/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-robocorp" -version = "0.0.9" +version = "0.0.9.post1" description = "An integration package connecting Robocorp Action Server and LangChain" authors = [] readme = "README.md"