mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user