partners: add license field (#16117)

- bumps package post versions for packages without current unreleased
updates
- will bump package version in release prs associated with packages that
do have changes (mistral, vertex)
pull/16062/head
Erick Friis 9 months ago committed by GitHub
parent ce10fe0c2f
commit 06fe2f4fb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,10 +1,11 @@
[tool.poetry]
name = "langchain-anthropic"
version = "0.0.1.post1"
version = "0.0.1.post2"
description = "An integration package connecting AnthropicMessages and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"
license = "MIT"
[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/anthropic"

@ -1,10 +1,11 @@
[tool.poetry]
name = "langchain-google-genai"
version = "0.0.6"
version = "0.0.6.post1"
description = "An integration package connecting Google's genai package and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"
license = "MIT"
[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/google-genai"

@ -5,6 +5,7 @@ description = "An integration package connecting GoogleVertexAI and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"
license = "MIT"
[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/google-vertexai"

@ -5,6 +5,7 @@ description = "An integration package connecting Mistral and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"
license = "MIT"
[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/mistralai"

@ -1,10 +1,11 @@
[tool.poetry]
name = "langchain-nvidia-ai-endpoints"
version = "0.0.1.post1"
version = "0.0.1.post2"
description = "An integration package connecting NVIDIA AI Endpoints and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"
license = "MIT"
[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/nvidia-ai-endpoints"

@ -5,6 +5,7 @@ description = "An integration package connecting TritonTensorRT and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"
license = "MIT"
[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/nvidia-trt"

@ -1,10 +1,11 @@
[tool.poetry]
name = "langchain-openai"
version = "0.0.2.post1"
version = "0.0.2.post2"
description = "An integration package connecting OpenAI and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"
license = "MIT"
[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/openai"

@ -1,10 +1,11 @@
[tool.poetry]
name = "langchain-robocorp"
version = "0.0.1.post2"
version = "0.0.1.post3"
description = "An integration package connecting Robocorp and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"
license = "MIT"
[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/robocorp"

@ -1,10 +1,11 @@
[tool.poetry]
name = "langchain-together"
version = "0.0.2.post1"
version = "0.0.2.post2"
description = "An integration package connecting Together and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"
license = "MIT"
[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/together"

Loading…
Cancel
Save