python3Packages.langchain-google-genai: 4.2.3 -> 4.2.5
This commit is contained in:
@@ -29,14 +29,15 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "langchain-google-genai";
|
||||
version = "4.2.3";
|
||||
version = "4.2.5";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "langchain-ai";
|
||||
repo = "langchain-google";
|
||||
tag = "libs/genai/v${finalAttrs.version}";
|
||||
hash = "sha256-OJQRYCzMa6y1F3gHFBAY+G3v3ZWzhw1ZqvbePTJyzr8=";
|
||||
hash = "sha256-NgP3KyhFprlUoZUg69ZVqTwG9IW6nvX3k6VYz69LdrU=";
|
||||
};
|
||||
|
||||
sourceRoot = "${finalAttrs.src.name}/libs/genai";
|
||||
@@ -68,6 +69,9 @@ buildPythonPackage (finalAttrs: {
|
||||
# Fails when langchain-core gets ahead of this package
|
||||
"test_serdes"
|
||||
"test_serialize"
|
||||
# pydantic_core._pydantic_core.ValidationError: 1 validation error for GenerateContentResponse
|
||||
# extra inputs are not permitted
|
||||
"test_grounding_metadata_to_citations_conversion"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user