python312Packages.langchain-groq: 0.3.6 -> 0.3.7

This commit is contained in:
sarahec
2025-08-21 17:02:26 -07:00
committed by Sarah Clark
parent e4105a277f
commit 0915bf8d45
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "langchain-groq";
version = "0.3.6";
version = "0.3.7";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langchain";
tag = "langchain-groq==${version}";
hash = "sha256-f0s8fBT1+uZbatWSPehKfrGYGotBFeNixCiGaAc753o=";
hash = "sha256-++9I6t5nED6Nm35X4TVIZ3wCClKXU97QqmSJ0p7YChM=";
};
sourceRoot = "${src.name}/libs/partners/groq";