community: release 0.0.34 (#20672)

This commit is contained in:
Erick Friis 2024-04-19 12:44:41 -07:00 committed by GitHub
parent e4b38e2822
commit 73809817ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -3714,7 +3714,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.1.43"
version = "0.1.45"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -9234,4 +9234,4 @@ extended-testing = ["aiosqlite", "aleph-alpha-client", "anthropic", "arxiv", "as
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "dcf5f8ee68c797dc5474a0e748c125ef72031b2a9d5169d019dab02ba4e11e39"
content-hash = "c604b9bee1c9e9318178a5c356ad4f7a1c9ccc94bd329b0e909f56066cc254fc"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-community"
version = "0.0.33"
version = "0.0.34"
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.43"
langchain-core = "^0.1.45"
SQLAlchemy = ">=1.4,<3"
requests = "^2"
PyYAML = ">=5.3"