Skip to content

Commit

Permalink
release anthropic, fireworks, openai, groq, mistral (langchain-ai#20333)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored and junkeon committed Apr 16, 2024
1 parent e55b6a1 commit 2f07951
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 26 deletions.
6 changes: 3 additions & 3 deletions libs/partners/anthropic/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/anthropic/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-anthropic"
version = "0.1.8rc1"
version = "0.1.8"
description = "An integration package connecting AnthropicMessages 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 = { version = "^0.1.42rc1", allow-prereleases = true }
langchain-core = "^0.1.42"
anthropic = ">=0.23.0,<1"
defusedxml = { version = "^0.7.1", optional = true }

Expand Down
8 changes: 3 additions & 5 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.1.1"
version = "0.1.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.27"
langchain-core = "^0.1.42"
fireworks-ai = ">=0.13.0"
openai = "^1.10.0"
requests = "^2"
Expand Down
4 changes: 2 additions & 2 deletions libs/partners/groq/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/groq/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-groq"
version = "0.1.1"
version = "0.1.2"
description = "An integration package connecting Groq 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.41"
langchain-core = "^0.1.42"
groq = ">=0.4.1,<1"

[tool.poetry.group.test]
Expand Down
6 changes: 3 additions & 3 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.1.2rc1"
version = "0.1.2"
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 = { version = "^0.1.42rc1", allow-prereleases = true }
langchain-core = "^0.1.42"
tokenizers = "^0.15.1"
httpx = ">=0.25.2,<1"
httpx-sse = ">=0.3.1,<1"
Expand Down
6 changes: 3 additions & 3 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.1.3rc1"
version = "0.1.3"
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 = { version = "^0.1.42rc1", allow-prereleases = true }
langchain-core = "^0.1.42"
openai = "^1.10.0"
tiktoken = ">=0.5.2,<1"

Expand Down

0 comments on commit 2f07951

Please sign in to comment.