python3Packages.langchain-groq: 0.3.2 -> 0.3.6

This commit is contained in:
R. Ryantm
2025-07-23 05:13:06 +00:00
parent 8cf338f2bd
commit 88e19f17bd

View File

@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "langchain-groq";
version = "0.3.2";
version = "0.3.6";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langchain";
tag = "langchain-groq==${version}";
hash = "sha256-KsKT7+jpTTiSVMZWcIwW7+1BCL7rpZHg/OX3PNLI6As=";
hash = "sha256-f0s8fBT1+uZbatWSPehKfrGYGotBFeNixCiGaAc753o=";
};
sourceRoot = "${src.name}/libs/partners/groq";