Compare commits

...

2 Commits

Author SHA1 Message Date
Bagatur
d39e9f2542 poetry 2024-05-03 23:30:21 -04:00
Bagatur
d34521c516 community[patch]: Release 0.0.37 2024-05-03 23:29:02 -04:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

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