Skip to content

Commit

Permalink
experimental[patch]: Release 0.0.52 (#17763)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Feb 19, 2024
1 parent da7bca2 commit 5ed16ad
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 13 deletions.
42 changes: 32 additions & 10 deletions libs/experimental/poetry.lock

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

6 changes: 3 additions & 3 deletions libs/experimental/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-experimental"
version = "0.0.51"
version = "0.0.52"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand All @@ -10,8 +10,8 @@ repository = "https://github.com/langchain-ai/langchain"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.16"
langchain = "^0.1.5"
langchain-core = "^0.1.24"
langchain = "^0.1.8"
presidio-anonymizer = {version = "^2.2.352", optional = true}
presidio-analyzer = {version = "^2.2.352", optional = true}
faker = {version = "^19.3.1", optional = true}
Expand Down

0 comments on commit 5ed16ad

Please sign in to comment.