python311Packages.langchain-core 0 -> 1 attrpath: python311Packages.langchain-core Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q192m74yfsj1r8bch8mmd8i6p3qf0y3g-packages.json.drv building '/nix/store/q192m74yfsj1r8bch8mmd8i6p3qf0y3g-packages.json.drv'... Going to be running update for following packages: - python3.11-langchain-core-0.1.40 Press Enter key to continue... Running update for: - python3.11-langchain-core-0.1.40: UPDATING ... - python3.11-langchain-core-0.1.40: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/langchain-core/default.nix b/pkgs/development/python-modules/langchain-core/default.nix index 20a98496dbf7..0ad445301cc6 100644 --- a/pkgs/development/python-modules/langchain-core/default.nix +++ b/pkgs/development/python-modules/langchain-core/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "langchain-core"; - version = "0.1.40"; + version = "0.1.41"; pyproject = true; disabled = pythonOlder "3.8"; @@ -25,7 +25,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "langchain_core"; inherit version; - hash = "sha256-NMBvwObTU0tzjGP4VANEa0vnEWFmW34JH5uxnJFOwQA="; + hash = "sha256-QAIwSIOyUa+Mt4HwHFn1au7li+Qsll273soKO/uPlq8="; }; pythonRelaxDeps = [ No auto update branch exists Old version 0.1.40" not present in master derivation file with contents: { lib, anyio, buildPythonPackage, fetchPypi, jsonpatch, langsmith, packaging, poetry-core, pydantic, pythonOlder, pythonRelaxDepsHook, pyyaml, requests, tenacity, }: buildPythonPackage rec { pname = "langchain-core"; version = "0.1.41"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "langchain_core"; inherit version; hash = "sha256-QAIwSIOyUa+Mt4HwHFn1au7li+Qsll273soKO/uPlq8="; }; pythonRelaxDeps = [ "langsmith" "packaging" ]; build-system = [ poetry-core ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; dependencies = [ anyio jsonpatch langsmith packaging pydantic pyyaml requests tenacity ]; pythonImportsCheck = [ "langchain_core" ]; # PyPI source does not have tests doCheck = false; meta = with lib; { description = "Building applications with LLMs through composability"; homepage = "https://github.com/langchain-ai/langchain/tree/master/libs/core"; license = licenses.mit; maintainers = with maintainers; [ natsukium ]; }; }