release skyvern-langchain & skyvern-llamaindex v0.2.0 (#2577)

This commit is contained in:
Shuchang Zheng
2025-06-03 10:21:58 -07:00
committed by GitHub
parent f27c2cd92d
commit 258b6ac660
4 changed files with 1384 additions and 70 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,14 +1,14 @@
[tool.poetry]
name = "skyvern-langchain"
version = "0.1.7"
version = "0.2.0"
description = ""
authors = ["lawyzheng <lawy@skyvern.com>"]
packages = [{ include = "skyvern_langchain" }]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11,<3.12"
skyvern = ">=0.1.84"
python = "^3.11,<3.14"
skyvern = ">=0.2.0"
langchain = "^0.3.19"

File diff suppressed because it is too large Load Diff

View File

@@ -1,14 +1,14 @@
[tool.poetry]
name = "skyvern-llamaindex"
version = "0.0.5"
version = "0.2.0"
description = "Skyvern integration for LlamaIndex"
authors = ["lawyzheng <lawy@skyvern.com>"]
packages = [{ include = "skyvern_llamaindex" }]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11,<3.12"
skyvern = ">=0.1.84"
python = "^3.11,<3.14"
skyvern = ">=0.2.0"
llama-index = "^0.12.19"