python3Packages.langchain-groq: 1.1.0 -> 1.1.1
Compatible with python3Packages.groq @ 1.0.0 CHANGELOG: https://github.com/langchain-ai/langchain/releases/tag/langchain-groq%3D%3D1.1.1 DIFF: https://github.com/langchain-ai/langchain/compare/langchain-groq%3D%3D1.1.0...langchain-groq%3D%3D1.1.1
This commit is contained in:
@@ -20,14 +20,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "langchain-groq";
|
||||
version = "1.1.0";
|
||||
version = "1.1.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "langchain-ai";
|
||||
repo = "langchain";
|
||||
tag = "langchain-groq==${version}";
|
||||
hash = "sha256-dmuDgKQW1yAz/8tjQx7LaUiuz5Sh4cAyd9nt33mCPbI=";
|
||||
hash = "sha256-WpIP41eALPoWuYjm2ygEH7TwClKYwAG0uEd1ZbbqMTY=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/libs/partners/groq";
|
||||
@@ -38,6 +38,8 @@ buildPythonPackage rec {
|
||||
# Each component release requests the exact latest core.
|
||||
# That prevents us from updating individual components.
|
||||
"langchain-core"
|
||||
# Requires groq api < 1.0.0, but 1.0.0 is backwards compatible
|
||||
"groq"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
@@ -52,6 +54,12 @@ buildPythonPackage rec {
|
||||
|
||||
enabledTestPaths = [ "tests/unit_tests" ];
|
||||
|
||||
disabledTests = [
|
||||
# These tests fail when langchain-core gets ahead of the package
|
||||
"test_groq_serialization"
|
||||
"test_serdes"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "langchain_groq" ];
|
||||
|
||||
passthru = {
|
||||
|
||||
Reference in New Issue
Block a user