python310Packages.cohere 4.21 -> 4.27 https://repology.org/project/python:cohere/versions attrpath: python310Packages.cohere Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/zh70wqy8k4kd03f7swch4qpqkhivi6d6-packages.json.drv building '/nix/store/zh70wqy8k4kd03f7swch4qpqkhivi6d6-packages.json.drv'... Going to be running update for following packages: - python3.10-cohere-4.21 Press Enter key to continue... Running update for: - python3.10-cohere-4.21: UPDATING ... - python3.10-cohere-4.21: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/cohere/default.nix b/pkgs/development/python-modules/cohere/default.nix index 29ec01f23823..f2ce9e0ec0b7 100644 --- a/pkgs/development/python-modules/cohere/default.nix +++ b/pkgs/development/python-modules/cohere/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "cohere"; - version = "4.21"; + version = "4.27"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-9hFDj0Cd/F1aChU6WFNJ9agLFpxxArWZTZmZ7PhECGY="; + hash = "sha256-XWHqymmNz39bC3zMyiadRI40ExT+3ZIaDMfHu/BfgYE="; }; patches = [ No auto update branch exists Old version 4.21" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchpatch , fetchPypi , poetry-core , pythonOlder , aiohttp , backoff , fastavro , importlib-metadata , requests }: buildPythonPackage rec { pname = "cohere"; version = "4.26.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-kiU5VooOWhqnjdhSHAIGV+D4pm9Qupz2oo0TZz9ASY8="; }; patches = [ # https://github.com/cohere-ai/cohere-python/pull/289 (fetchpatch { name = "replace-poetry-with-poetry-core.patch"; url = "https://github.com/cohere-ai/cohere-python/commit/e86480336331c0cf6f67e26b0825467dfca5b277.patch"; hash = "sha256-P1Ioq5ypzT3tx6cxrI3ep34Fi4cUx88YkfJ5ErN3VHk="; }) ]; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp backoff fastavro importlib-metadata requests ]; # tests require CO_API_KEY doCheck = false; pythonImportsCheck = [ "cohere" ]; meta = with lib; { description = "Simplify interfacing with the Cohere API"; homepage = "https://docs.cohere.com/docs"; changelog = "https://github.com/cohere-ai/cohere-python/blob/main/CHANGELOG.md#${builtins.replaceStrings ["."] [""] version}"; license = licenses.mit; maintainers = with maintainers; [ natsukium ]; }; }