python3Packages.langchain-core: 1.2.17 -> 1.2.18 (#498532)

This commit is contained in:
Michael Daniels
2026-03-14 20:22:41 +00:00
committed by GitHub
@@ -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";
@@ -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.