multiple[patch]: .post releases and pyproject metadata (#15962)

This commit is contained in:
Erick Friis 2024-01-12 10:09:02 -08:00 committed by GitHub
parent 6a48ea43ec
commit 69533c8628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 39 additions and 9 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"