Migrate Skyvern to uv from poetry (#3554)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: stas <stas@skyvern.com>
This commit is contained in:
committed by
GitHub
parent
878ef36a36
commit
d61179e132
6280
integrations/langchain/poetry.lock
generated
6280
integrations/langchain/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,20 +1,25 @@
|
||||
[tool.poetry]
|
||||
[project]
|
||||
name = "skyvern-langchain"
|
||||
version = "0.2.0"
|
||||
description = ""
|
||||
authors = ["lawyzheng <lawy@skyvern.com>"]
|
||||
packages = [{ include = "skyvern_langchain" }]
|
||||
authors = [{ name = "lawyzheng", email = "lawy@skyvern.com" }]
|
||||
requires-python = ">=3.11,<3.14"
|
||||
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"
|
||||
dependencies = [
|
||||
"skyvern>=0.2.0",
|
||||
"langchain>=0.3.19,<0.4",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
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"]
|
||||
|
||||
5157
integrations/langchain/uv.lock
generated
Normal file
5157
integrations/langchain/uv.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user