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

View File

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