Skip to content

Commit

Permalink
experimental[patch]: Release 0.0.55 (#19353)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored and hinthornw committed Apr 26, 2024
1 parent b28a361 commit 30540aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
17 changes: 9 additions & 8 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.54"
version = "0.0.55"
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.31"
langchain = "^0.1.12"
langchain-core = "^0.1.33"
langchain = "^0.1.13"
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 30540aa

Please sign in to comment.