Loading pkgs/development/python-modules/langchain-core/default.nix +13 −2 Original line number Diff line number Diff line Loading @@ -36,14 +36,14 @@ buildPythonPackage (finalAttrs: { pname = "langchain-core"; version = "1.2.17"; version = "1.2.18"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; tag = "langchain-core==${finalAttrs.version}"; hash = "sha256-vuMVNRQSgj3o1KRBgspUglLECPF+YYWpH4/e5iE8ZYY="; hash = "sha256-Mk9Kr12wclBw2Q1YeJMg1MBe5XD0q09P2fgKZam/cK0="; }; sourceRoot = "${finalAttrs.src.name}/libs/core"; Loading Loading @@ -120,6 +120,17 @@ buildPythonPackage (finalAttrs: { # AssertionError: assert [+ received] == [- snapshot] "test_graph_sequence_map" "test_representation_of_runnables" # Requires network access "test_discord_webhook" "test_https_only_mode" "test_ngrok_url" "test_safe_url_returns_true" "test_slack_webhook" "test_valid_public_https_url" "test_valid_public_http_url" "test_valid_url_accepted" "test_webhook_site" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Langchain-core the following tests due to the test comparing execution time with magic values. Loading Loading
pkgs/development/python-modules/langchain-core/default.nix +13 −2 Original line number Diff line number Diff line Loading @@ -36,14 +36,14 @@ buildPythonPackage (finalAttrs: { pname = "langchain-core"; version = "1.2.17"; version = "1.2.18"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; tag = "langchain-core==${finalAttrs.version}"; hash = "sha256-vuMVNRQSgj3o1KRBgspUglLECPF+YYWpH4/e5iE8ZYY="; hash = "sha256-Mk9Kr12wclBw2Q1YeJMg1MBe5XD0q09P2fgKZam/cK0="; }; sourceRoot = "${finalAttrs.src.name}/libs/core"; Loading Loading @@ -120,6 +120,17 @@ buildPythonPackage (finalAttrs: { # AssertionError: assert [+ received] == [- snapshot] "test_graph_sequence_map" "test_representation_of_runnables" # Requires network access "test_discord_webhook" "test_https_only_mode" "test_ngrok_url" "test_safe_url_returns_true" "test_slack_webhook" "test_valid_public_https_url" "test_valid_public_http_url" "test_valid_url_accepted" "test_webhook_site" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Langchain-core the following tests due to the test comparing execution time with magic values. Loading