Skip to content

Commit

Permalink
experimental: minimum version bump (#15722)
Browse files Browse the repository at this point in the history
experimental relies on `from langchain_core.runnables.config import
run_in_executor` which was introduced in core 0.1.5.

Updated pyproject dependency as well as minimum version test.
  • Loading branch information
efriis authored Jan 8, 2024
1 parent 167a0ac commit 6c9b7c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 32 deletions.
4 changes: 2 additions & 2 deletions libs/experimental/_test_minimum_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
langchain-core==0.1.0
langchain==0.0.350
langchain-core==0.1.5
langchain==0.1.0
34 changes: 5 additions & 29 deletions libs/experimental/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/experimental/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/langchain-ai/langchain"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1"
langchain-core = "^0.1.5"
langchain = "^0.1"
presidio-anonymizer = {version = "^2.2.33", optional = true}
presidio-analyzer = {version = "^2.2.33", optional = true}
Expand Down

0 comments on commit 6c9b7c2

Please sign in to comment.