lol

python311Packages.cohere: 4.26.1 -> 4.32

Changelog: https://github.com/cohere-ai/cohere-python/blob/main/CHANGELOG.md#432

+4 -2
+4 -2
pkgs/development/python-modules/cohere/default.nix
··· 9 9 , fastavro 10 10 , importlib-metadata 11 11 , requests 12 + , urllib3 12 13 }: 13 14 14 15 buildPythonPackage rec { 15 16 pname = "cohere"; 16 - version = "4.26.1"; 17 + version = "4.32"; 17 18 format = "pyproject"; 18 19 19 20 disabled = pythonOlder "3.7"; 20 21 21 22 src = fetchPypi { 22 23 inherit pname version; 23 - hash = "sha256-kiU5VooOWhqnjdhSHAIGV+D4pm9Qupz2oo0TZz9ASY8="; 24 + hash = "sha256-OAd0e+mE8hHc6RHBM1vXE68qwrcPcpZ4OB5v9uRQ5oE="; 24 25 }; 25 26 26 27 patches = [ ··· 42 43 fastavro 43 44 importlib-metadata 44 45 requests 46 + urllib3 45 47 ]; 46 48 47 49 # tests require CO_API_KEY