community: release 0.2.14 (#25822)

This commit is contained in:
Erick Friis 2024-08-28 12:05:53 -07:00 committed by GitHub
parent d6c4803ab0
commit 5db6c6d96d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. # This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
[[package]] [[package]]
name = "aiohappyeyeballs" name = "aiohappyeyeballs"
@ -1764,7 +1764,7 @@ url = "../langchain"
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.2.35" version = "0.2.36"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
optional = false optional = false
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
@ -3261,13 +3261,13 @@ cffi = {version = "*", markers = "implementation_name == \"pypy\""}
[[package]] [[package]]
name = "qtconsole" name = "qtconsole"
version = "5.5.2" version = "5.6.0"
description = "Jupyter Qt console" description = "Jupyter Qt console"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "qtconsole-5.5.2-py3-none-any.whl", hash = "sha256:42d745f3d05d36240244a04e1e1ec2a86d5d9b6edb16dbdef582ccb629e87e0b"}, {file = "qtconsole-5.6.0-py3-none-any.whl", hash = "sha256:c36e0d497a473b67898b96dd38666e645e4594019244263da7b409b84fa2ebb5"},
{file = "qtconsole-5.5.2.tar.gz", hash = "sha256:6b5fb11274b297463706af84dcbbd5c92273b1f619e6d25d08874b0a88516989"}, {file = "qtconsole-5.6.0.tar.gz", hash = "sha256:4c82120a3b53a3d36e3f76e6a1a26ffddf4e1ce2359d56a19889c55e1d73a436"},
] ]
[package.dependencies] [package.dependencies]
@ -3276,7 +3276,6 @@ jupyter-client = ">=4.1"
jupyter-core = "*" jupyter-core = "*"
packaging = "*" packaging = "*"
pygments = "*" pygments = "*"
pyzmq = ">=17.1"
qtpy = ">=2.4.0" qtpy = ">=2.4.0"
traitlets = "<5.2.1 || >5.2.1,<5.2.2 || >5.2.2" traitlets = "<5.2.1 || >5.2.1,<5.2.2 || >5.2.2"
@ -4412,4 +4411,4 @@ type = ["pytest-mypy"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
content-hash = "7afea3f4c3dfd55b088ed97b0c950783a6743868cd7f6dd547e73ec7c581014a" content-hash = "dbc5c2a39294491cc739dff391a18faf3760cbaabdec5fa0edec950d35e8d5a8"

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "langchain-community" name = "langchain-community"
version = "0.2.13" version = "0.2.14"
description = "Community contributed LangChain integrations." description = "Community contributed LangChain integrations."
authors = [] authors = []
license = "MIT" license = "MIT"
@ -30,7 +30,7 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
langchain-core = "^0.2.35" langchain-core = "0.2.36"
langchain = "^0.2.15" langchain = "^0.2.15"
SQLAlchemy = ">=1.4,<3" SQLAlchemy = ">=1.4,<3"
requests = "^2" requests = "^2"