community: release 0.0.36 (#21118)

pull/21131/head langchain-community==0.0.36
Erick Friis 2 months ago committed by GitHub
parent 2407c353be
commit 8a62fb0570
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3964,7 +3964,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.1.47"
version = "0.1.48"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -10001,4 +10001,4 @@ extended-testing = ["aiosqlite", "aleph-alpha-client", "anthropic", "arxiv", "as
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "e85b05c3340dfdc6cbe12d0b0b9a5292002730239693adeeff8ca5d8f2fce238"
content-hash = "df095fde2d52bf7dc2ebe6ddc54792cd2b0e189660a62af372480bb2cac20a3e"

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-community"
version = "0.0.35"
version = "0.0.36"
description = "Community contributed LangChain integrations."
authors = []
license = "MIT"
@ -9,7 +9,7 @@ repository = "https://github.com/langchain-ai/langchain"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.47"
langchain-core = "^0.1.48"
SQLAlchemy = ">=1.4,<3"
requests = "^2"
PyYAML = ">=5.3"

Loading…
Cancel
Save