integration releases (#24725)

Release anthropic, openai, groq, mistralai, robocorp
This commit is contained in:
Bagatur
2024-07-26 12:30:10 -07:00
committed by GitHub
parent 315223ce26
commit b3a23ddf93
12 changed files with 1640 additions and 1515 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-groq"
version = "0.1.7"
version = "0.1.8"
description = "An integration package connecting Groq and LangChain"
authors = []
readme = "README.md"
@@ -20,7 +20,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.2.17,<0.3"
langchain-core = ">=0.2.24,<0.3"
groq = ">=0.4.1,<1"
[tool.ruff.lint]