partners/groq: release 0.1.10 (#26393)

This commit is contained in:
Erick Friis
2024-09-12 10:41:11 -07:00
committed by GitHub
parent 54c85087e2
commit c0dd293f10
2 changed files with 108 additions and 107 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-groq"
version = "0.1.9"
version = "0.1.10"
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.26"
langchain-core = "^0.2.39"
groq = ">=0.4.1,<1"
[tool.ruff.lint]