openai[patch], mistral[patch], fireworks[patch]: releases 0.0.8, 0.0.5, 0.0.2 (#18186)

This commit is contained in:
Bagatur 2024-02-27 04:22:24 -08:00 committed by GitHub
parent 7e66d964c6
commit 242af4b5a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 12 additions and 12 deletions

View File

@ -572,7 +572,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.1.26"
version = "0.1.27"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -1538,4 +1538,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "11a5670ec3ca0d355806104b5899e9d36b1ef6b4263e0ac252f0eb2339992731"
content-hash = "b9ee2bfb5053127cb29b8182baea395897744d7b5e8b985c42863133a26708ba"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-fireworks"
version = "0.0.1"
version = "0.0.2"
description = "An integration package connecting Fireworks and LangChain"
authors = []
readme = "README.md"
@ -12,7 +12,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.16"
langchain-core = "^0.1.27"
fireworks-ai = ">=0.12.0,<1"
openai = "^1.10.0"
requests = "^2"

View File

@ -376,7 +376,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.1.26"
version = "0.1.27"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -1280,4 +1280,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "1c452f2c7766fd2ea8327da8d028edc517354f8fbc62a3efa3dcb852c461d058"
content-hash = "ccb95664a734631dde949975506ab160f65cdd222b28bf4f702fb4b11644f418"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-mistralai"
version = "0.0.4"
version = "0.0.5"
description = "An integration package connecting Mistral and LangChain"
authors = []
readme = "README.md"
@ -12,7 +12,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1"
langchain-core = "^0.1.27"
mistralai = [{version = "^0.1", python = "^3.9"}, {version = ">=0.0.11,<0.2", python="3.8"}]
tokenizers = "^0.15.1"

View File

@ -318,7 +318,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.1.26"
version = "0.1.27"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -1185,4 +1185,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "914ef1282ef5970913d7c63212b7725c58fdddf9bc2cbfb81cf1ce358315a24c"
content-hash = "9466f099689054d8d42c744864b1d1f4111857a9f4dbca4765b462fba4f815db"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-openai"
version = "0.0.8-rc.1"
version = "0.0.8"
description = "An integration package connecting OpenAI and LangChain"
authors = []
readme = "README.md"
@ -12,7 +12,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.26"
langchain-core = "^0.1.27"
openai = "^1.10.0"
tiktoken = ">=0.5.2,<1"