mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-07-09 16:09:13 +00:00
Co-authored-by: claude[bot] <claude[bot]@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
53 lines
1.2 KiB
TOML
53 lines
1.2 KiB
TOML
[project]
|
|
name = "skyvern-langchain"
|
|
version = "0.2.1"
|
|
description = ""
|
|
authors = [{ name = "lawyzheng", email = "lawy@skyvern.com" }]
|
|
requires-python = ">=3.11,<3.14"
|
|
readme = "README.md"
|
|
|
|
dependencies = [
|
|
"skyvern>=0.2.0",
|
|
"langchain>=1.2.0",
|
|
"langchain-core>=1.3.3",
|
|
"urllib3>=2.7.0",
|
|
]
|
|
|
|
[tool.uv]
|
|
override-dependencies = [
|
|
"authlib>=1.6.11",
|
|
"pyasn1>=0.6.3",
|
|
"pyjwt>=2.12.0",
|
|
"fastmcp>=3.2.0",
|
|
"mcp>=1.23.0",
|
|
"websockets>=15.0.1",
|
|
# litellm 1.83.7+ pins these exactly; relax for security upgrade.
|
|
"jsonschema>=4.23.0",
|
|
"python-dotenv>=1.2.2",
|
|
"openai>=2.24.0",
|
|
# Dependabot moderate security upgrades (transitive)
|
|
"mako>=1.3.11",
|
|
"pypdf>=6.10.2",
|
|
"python-multipart>=0.0.26",
|
|
"cryptography>=48.0.1",
|
|
"pygments>=2.20.0",
|
|
# Dependabot high security upgrades (transitive)
|
|
"litellm>=1.84.0",
|
|
"langsmith>=0.8.0",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
skyvern = { path = "../.." }
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[dependency-groups]
|
|
dev = ["twine>=6.1.0,<7"]
|
|
|
|
[tool.hatch.build.targets.sdist]
|
|
include = ["skyvern_langchain"]
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
include = ["skyvern_langchain"]
|