Skip to content

Commit

Permalink
community: release 0.3 (#26472)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Sep 13, 2024
1 parent 17b397e commit 900115a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions libs/community/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/community/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-community"
version = "0.3.0.dev2"
version = "0.3.0"
description = "Community contributed LangChain integrations."
authors = []
license = "MIT"
Expand Down Expand Up @@ -33,8 +33,8 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = { version = "^0.3.0.dev5", allow-prereleases = true }
langchain = { version = "^0.3.0.dev2", allow-prereleases = true }
langchain-core = "^0.3.0"
langchain = "^0.3.0"
SQLAlchemy = ">=1.4,<3"
requests = "^2"
PyYAML = ">=5.3"
Expand Down

0 comments on commit 900115a

Please sign in to comment.