groq: release 0.1.3 (#20836)

Fixes #20811
This commit is contained in:
Erick Friis
2024-04-24 08:06:06 -07:00
committed by GitHub
parent 9111d3a636
commit 7984206c95
2 changed files with 252 additions and 214 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-groq"
version = "0.1.2"
version = "0.1.3"
description = "An integration package connecting Groq and LangChain"
authors = []
readme = "README.md"
@@ -24,7 +24,7 @@ pytest-mock = "^3.10.0"
pytest-watcher = "^0.3.4"
pytest-asyncio = "^0.21.1"
langchain-core = { path = "../../core", develop = true }
langchain-standard-tests = {path = "../../standard-tests", develop = true}
langchain-standard-tests = { path = "../../standard-tests", develop = true }
[tool.poetry.group.codespell]
optional = true