python310Packages.langchainplus-sdk 0 -> 1 attrpath: python310Packages.langchainplus-sdk 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/j6hnfp7xpn6mrmfdqwj9xbsk0wz72y1m-packages.json.drv building '/nix/store/j6hnfp7xpn6mrmfdqwj9xbsk0wz72y1m-packages.json.drv'... Going to be running update for following packages: - python3.10-langchainplus-sdk-0.0.20 Press Enter key to continue... Running update for: - python3.10-langchainplus-sdk-0.0.20: UPDATING ... - python3.10-langchainplus-sdk-0.0.20: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/langchainplus-sdk/default.nix b/pkgs/development/python-modules/langchainplus-sdk/default.nix index 1ea97ccdb11e..8747c0a8d9e8 100644 --- a/pkgs/development/python-modules/langchainplus-sdk/default.nix +++ b/pkgs/development/python-modules/langchainplus-sdk/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "langchainplus-sdk"; - version = "0.0.20"; + version = "0.0.21"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { inherit version; pname = "langchainplus_sdk"; - hash = "sha256-PTAOLjKQ9ozJ2ELAWflFjeumDndsnnkDCWiMrRv7shk="; + hash = "sha256-frjZnQnOe6IHKrQk+Q/xMc5Akb+eBQ/eBzP545Fq6Xk="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.0.20" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , poetry-core , pydantic , pythonOlder , requests , tenacity }: buildPythonPackage rec { pname = "langchainplus-sdk"; version = "0.0.21"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit version; pname = "langchainplus_sdk"; hash = "sha256-frjZnQnOe6IHKrQk+Q/xMc5Akb+eBQ/eBzP545Fq6Xk="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ pydantic requests tenacity ]; # upstrem has no tests doCheck = false; pythonImportsCheck = [ "langchainplus_sdk" ]; meta = { description = "Client library to connect to the LangChainPlus LLM Tracing and Evaluation Platform"; homepage = "https://pypi.org/project/langchainplus-sdk/"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ natsukium ]; }; }