community[patch]: Release 0.0.10 (#15678)

This commit is contained in:
Bagatur 2024-01-08 00:24:45 -05:00 committed by GitHub
parent 60f925d678
commit 4c47f39fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3885,7 +3885,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.1.7"
version = "0.1.8"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -9172,4 +9172,4 @@ extended-testing = ["aiosqlite", "aleph-alpha-client", "anthropic", "arxiv", "as
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "454e721d2b68b5769f70bf8deb0d43285d270e2ca8ae99dc72c773dfa827835b"
content-hash = "a3765004062afc80420d49d782e3e023aec1707bf35ae2f808d88a1cac53b694"

View File

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