python310Packages.steamship 0 -> 1 attrpath: python310Packages.steamship 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/v1x9947s3zifb6zarycghryd0gqimlhc-packages.json.drv building '/nix/store/v1x9947s3zifb6zarycghryd0gqimlhc-packages.json.drv'... Going to be running update for following packages: - python3.10-steamship-2.17.27 Press Enter key to continue... Running update for: - python3.10-steamship-2.17.27: UPDATING ... - python3.10-steamship-2.17.27: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/steamship/default.nix b/pkgs/development/python-modules/steamship/default.nix index e79b9993b883..2e295995debd 100644 --- a/pkgs/development/python-modules/steamship/default.nix +++ b/pkgs/development/python-modules/steamship/default.nix @@ -16,12 +16,12 @@ buildPythonPackage rec { pname = "steamship"; - version = "2.17.27"; + version = "2.17.31"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-Wgz0jkMaMUTM7ubb/TsGaQm8UbdPtEvzapl0h4xrqq0="; + hash = "sha256-t9GT/o2oxciHwF4ZWXmqYykeOxBc3eL/I5oazticDUs="; }; pythonRelaxDeps = [ No auto update branch exists Old version 2.17.27" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools-scm , pythonRelaxDepsHook , requests , pydantic , aiohttp , inflection , fluent-logger , toml , click , semver , tiktoken }: buildPythonPackage rec { pname = "steamship"; version = "2.17.28"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-NdWQiHu5YDIEtL4zJj5Vydjmwq1b5aqVcmqIe7zYv3g="; }; pythonRelaxDeps = [ "requests" ]; nativeBuildInputs = [ setuptools-scm pythonRelaxDepsHook ]; propagatedBuildInputs = [ requests pydantic aiohttp inflection fluent-logger toml click semver tiktoken ]; # almost all tests require "steamship api key" doCheck = false; pythonImportsCheck = [ "steamship" ]; meta = with lib; { description = "The fastest way to add language AI to your product"; homepage = "https://www.steamship.com/"; changelog = "https://github.com/steamship-core/python-client/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ natsukium ]; }; }