fix dependency (#4374)

This commit is contained in:
LawyZheng
2026-01-04 15:10:22 +08:00
committed by GitHub
parent 83466be421
commit 7344027af0
6 changed files with 38 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "skyvern-llamaindex"
version = "0.2.1"
version = "0.2.2"
description = "Skyvern integration for LlamaIndex"
authors = [{ name = "lawyzheng", email = "lawy@skyvern.com" }]
requires-python = ">=3.11,<3.14"
@@ -8,6 +8,7 @@ readme = "README.md"
dependencies = [
"skyvern>=0.2.0",
"llama-index>=0.12.19,<0.13",
"urllib3>=2.6.0",
]
[build-system]