Merge pull request #312917 from r-ryantm/auto-update/python311Packages.anthropic

python311Packages.anthropic: 0.25.8 -> 0.26.0

authored by OTABI Tomoya and committed by GitHub 3d7cb74a e8047785

+2 -2
+2 -2
pkgs/development/python-modules/anthropic/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "anthropic"; 24 - version = "0.25.8"; 24 + version = "0.26.0"; 25 25 pyproject = true; 26 26 27 27 disabled = pythonOlder "3.8"; ··· 30 30 owner = "anthropics"; 31 31 repo = "anthropic-sdk-python"; 32 32 rev = "refs/tags/v${version}"; 33 - hash = "sha256-CBe5rzO2+m1AGfDbAqxCzZ+Rm1Er4e0JuxtFRzgHV/Q="; 33 + hash = "sha256-xoYhRRanqZ93UlSoqeeH83JmsoiijDTUDtnY3VDLQAg="; 34 34 }; 35 35 36 36 build-system = [