mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-07 13:40:46 +00:00
parent
76d09b4ed0
commit
3eccd72382
2
.github/workflows/langchain_ci.yml
vendored
2
.github/workflows/langchain_ci.yml
vendored
@ -24,5 +24,5 @@ jobs:
|
|||||||
./.github/workflows/_test.yml
|
./.github/workflows/_test.yml
|
||||||
with:
|
with:
|
||||||
working-directory: libs/langchain
|
working-directory: libs/langchain
|
||||||
test_type: '["core", "extended", "core-pydantic-2"]'
|
test_type: '["core", "extended"]'
|
||||||
secrets: inherit
|
secrets: inherit
|
470
libs/langchain/poetry.lock
generated
470
libs/langchain/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -12,7 +12,7 @@ langchain-server = "langchain.server:main"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.8.1,<4.0"
|
python = ">=3.8.1,<4.0"
|
||||||
pydantic = ">=1,<3"
|
pydantic = "^1"
|
||||||
SQLAlchemy = ">=1.4,<3"
|
SQLAlchemy = ">=1.4,<3"
|
||||||
requests = "^2"
|
requests = "^2"
|
||||||
PyYAML = ">=5.3"
|
PyYAML = ">=5.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user