Skip to content

Commit

Permalink
openai[patch], mistral[patch], fireworks[patch]: releases 0.0.8, 0.0.…
Browse files Browse the repository at this point in the history
…5, 0.0.2 (langchain-ai#18186)
  • Loading branch information
baskaryan authored and gkorland committed Mar 30, 2024
1 parent 5ee57a0 commit 436e159
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions libs/partners/fireworks/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libs/partners/fireworks/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions libs/partners/mistralai/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libs/partners/mistralai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions libs/partners/openai/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libs/partners/openai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"

Expand Down

0 comments on commit 436e159

Please sign in to comment.