Skip to content

Commit

Permalink
multiple[patch]: .post releases and pyproject metadata (#15962)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Jan 12, 2024
1 parent 6a48ea4 commit 69533c8
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 9 deletions.
6 changes: 5 additions & 1 deletion libs/partners/anthropic/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[tool.poetry]
name = "langchain-anthropic"
version = "0.0.1"
version = "0.0.1.post1"
description = "An integration package connecting AnthropicMessages and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"

[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/anthropic"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down
7 changes: 5 additions & 2 deletions libs/partners/google-genai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[tool.poetry]
name = "langchain-google-genai"
version = "0.0.5"
version = "0.0.6"
description = "An integration package connecting Google's genai package and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain/blob/master/libs/partners/google-genai"
repository = "https://github.com/langchain-ai/langchain"

[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/google-genai"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
Expand Down
6 changes: 5 additions & 1 deletion libs/partners/google-vertexai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[tool.poetry]
name = "langchain-google-vertexai"
version = "0.0.1"
version = "0.0.1.post1"
description = "An integration package connecting GoogleVertexAI and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"

[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/google-vertexai"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down
6 changes: 5 additions & 1 deletion libs/partners/mistralai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[tool.poetry]
name = "langchain-mistralai"
version = "0.0.2"
version = "0.0.2.post1"
description = "An integration package connecting Mistral and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"

[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/mistralai"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down
7 changes: 5 additions & 2 deletions libs/partners/nvidia-ai-endpoints/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[tool.poetry]
name = "langchain-nvidia-ai-endpoints"
version = "0.0.1"
version = "0.0.1.post1"
description = "An integration package connecting NVIDIA AI Endpoints and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/nvidia-ai-endpoints"
repository = "https://github.com/langchain-ai/langchain"

[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/nvidia-ai-endpoints"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down
4 changes: 4 additions & 0 deletions libs/partners/nvidia-trt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ version = "0.0.1"
description = "An integration package connecting TritonTensorRT and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"

[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/nvidia-trt"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down
6 changes: 5 additions & 1 deletion libs/partners/robocorp/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[tool.poetry]
name = "langchain-robocorp"
version = "0.0.1.post1"
version = "0.0.1.post2"
description = "An integration package connecting Robocorp and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"

[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/robocorp"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down
6 changes: 5 additions & 1 deletion libs/partners/together/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[tool.poetry]
name = "langchain-together"
version = "0.0.2"
version = "0.0.2.post1"
description = "An integration package connecting Together and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"

[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/together"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down

0 comments on commit 69533c8

Please sign in to comment.