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)
This commit is contained in:
Erick Friis
2024-01-17 08:37:13 -08:00
committed by GitHub
parent ce10fe0c2f
commit 06fe2f4fb0
9 changed files with 15 additions and 6 deletions

View File

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