Skyvern/integrations/langchain/pyproject.toml
Shuchang Zheng dc032e8a55
Some checks failed
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Build Skyvern SDK and publish to PyPI / check-version-change (push) Waiting to run
Build Skyvern SDK and publish to PyPI / run-ci (push) Blocked by required conditions
Build Skyvern SDK and publish to PyPI / build-sdk (push) Blocked by required conditions
Sync to skyvern-cloud / sync (push) Has been cancelled
pyproject.toml v0.2.1 - fix (#2663)
2025-06-10 00:40:05 -07:00

20 lines
421 B
TOML

[tool.poetry]
name = "skyvern-langchain"
version = "0.2.0"
description = ""
authors = ["lawyzheng <lawy@skyvern.com>"]
packages = [{ include = "skyvern_langchain" }]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11,<3.14"
skyvern = ">=0.2.0"
langchain = "^0.3.19"
[tool.poetry.group.dev.dependencies]
twine = "^6.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"