fix skyvern client bug (#1802)

This commit is contained in:
LawyZheng
2025-02-21 02:18:02 +08:00
committed by GitHub
parent ceb1012046
commit 902c0ad4ce
3 changed files with 227 additions and 844 deletions

View File

@@ -54,8 +54,6 @@ pyotp = "^2.9.0"
asyncpg = "^0.30.0"
json-repair = "^0.34.0"
pypdf = "^5.1.0"
langchain = "^0.3.18"
llama-index = "^0.12.16"
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"
@@ -80,6 +78,7 @@ fpdf = "^1.7.2"
pypdf = "^5.0.1"
twine = "^6.1.0"
build = "^1.2.2.post1"
pandas = "^2.2.3"
[build-system]