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
8 changed files with 39 additions and 9 deletions

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"