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-langchain"
version = "0.2.0"
version = "0.2.1"
description = ""
authors = [{ name = "lawyzheng", email = "lawy@skyvern.com" }]
requires-python = ">=3.11,<3.14"
@@ -9,6 +9,8 @@ readme = "README.md"
dependencies = [
"skyvern>=0.2.0",
"langchain>=0.3.19,<0.4",
"langchain-core>=0.3.81",
"urllib3>=2.6.0",
]
[build-system]