ai21[patch]: release 0.1.7 (#23781)

This commit is contained in:
ccurme 2024-07-02 17:24:13 -04:00 committed by GitHub
parent 320dc31822
commit 1d54ac93bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -448,7 +448,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.2.9"
version = "0.2.10"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -490,7 +490,7 @@ url = "../../standard-tests"
[[package]]
name = "langchain-text-splitters"
version = "0.2.1"
version = "0.2.2"
description = "LangChain text splitting utilities"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -498,7 +498,7 @@ files = []
develop = true
[package.dependencies]
langchain-core = "^0.2.0"
langchain-core = "^0.2.10"
[package.source]
type = "directory"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-ai21"
version = "0.1.6"
version = "0.1.7"
description = "An integration package connecting AI21 and LangChain"
authors = []
readme = "README.md"