Skip to content

Commit

Permalink
experimental: release 0.3.3 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Nov 2, 2024
1 parent 93f2dc5 commit 3b162cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.2"
version = "0.3.3"
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.6"
langchain-core = "^0.3.15"
langchain-community = "^0.3.0"

[tool.ruff.lint]
Expand Down

0 comments on commit 3b162cf

Please sign in to comment.