Skip to content

Commit

Permalink
experimental[patch]: release 0.3.4 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Dec 20, 2024
1 parent 99ead33 commit dce0640
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
17 changes: 4 additions & 13 deletions libs/experimental/poetry.lock

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

4 changes: 2 additions & 2 deletions libs/experimental/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-experimental"
version = "0.3.3"
version = "0.3.4"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand All @@ -22,7 +22,7 @@ exclude = ["notebooks", "examples", "example_data"]

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.15"
langchain-core = "^0.3.28"
langchain-community = "^0.3.0"

[tool.ruff.lint]
Expand Down

0 comments on commit dce0640

Please sign in to comment.