Skip to content

Commit

Permalink
experimental: release 0.3 (#26477)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Sep 13, 2024
1 parent 6abb23c commit 8abc7ff
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
39 changes: 21 additions & 18 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
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

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

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

[tool.ruff.lint]
select = ["E", "F", "I", "T201"]
Expand Down

0 comments on commit 8abc7ff

Please sign in to comment.