robocorp: release 0.0.10.post1, point to v0.2 branch (#26473)

This commit is contained in:
Erick Friis 2024-09-13 15:57:40 -07:00 committed by GitHub
parent 13a6847478
commit 8ecef68b10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "langchain-robocorp" name = "langchain-robocorp"
version = "0.0.10" version = "0.0.10.post1"
description = "An integration package connecting Robocorp Action Server and LangChain" description = "An integration package connecting Robocorp Action Server and LangChain"
authors = [] authors = []
readme = "README.md" readme = "README.md"
@ -15,7 +15,7 @@ license = "MIT"
disallow_untyped_defs = "True" disallow_untyped_defs = "True"
[tool.poetry.urls] [tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/robocorp" "Source Code" = "https://github.com/langchain-ai/langchain/tree/v0.2/libs/partners/robocorp"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"