Skip to content

Commit

Permalink
experimental: release 0.3.2 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Sep 26, 2024
1 parent 305bde3 commit 3e84644
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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.1.post1"
version = "0.3.2"
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.5"
langchain-core = "^0.3.6"
langchain-community = "^0.3.0"

[tool.ruff.lint]
Expand Down

0 comments on commit 3e84644

Please sign in to comment.