python312Packages.anthropic 0.19.1 -> 0.21.3 https://github.com/anthropics/anthropic-sdk-python/releases attrpath: python312Packages.anthropic 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/073iyi8yskjarapzhlpk08qc76ip5d8c-packages.json.drv building '/nix/store/073iyi8yskjarapzhlpk08qc76ip5d8c-packages.json.drv'... Going to be running update for following packages: - python3.12-anthropic-0.19.1 Press Enter key to continue... Running update for: - python3.12-anthropic-0.19.1: UPDATING ... - python3.12-anthropic-0.19.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/anthropic/default.nix b/pkgs/development/python-modules/anthropic/default.nix index 76b852c71f6d..73b618b47118 100644 --- a/pkgs/development/python-modules/anthropic/default.nix +++ b/pkgs/development/python-modules/anthropic/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "anthropic"; - version = "0.19.1"; + version = "0.21.3"; pyproject = true; disabled = pythonOlder "3.8"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "anthropics"; repo = "anthropic-sdk-python"; rev = "refs/tags/v${version}"; - hash = "sha256-D9asbwZ9puOuIK6w7cWJ2HmC3JYjamUZPOxVKWq+Va4="; + hash = "sha256-0HfCZoGjpc18S9CQgtsx7hBR4TadLhxh0GyZyLBl6KE="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/cs41wvvf98zsgw7vbpfabj5f8d2y0ihz-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.anthropic nix build failed. ______________ TestAsyncAnthropic.test_http_client_timeout_option ______________ /nix/store/grbhp335r4sjyv81b1nj9q39b1myzaar-python3.12-pytest-asyncio-0.23.5.post1/lib/python3.12/site-packages/pytest_asyncio/plugin.py:440: in runtest super().runtest() /nix/store/grbhp335r4sjyv81b1nj9q39b1myzaar-python3.12-pytest-asyncio-0.23.5.post1/lib/python3.12/site-packages/pytest_asyncio/plugin.py:904: in inner _loop = asyncio.get_event_loop() /nix/store/7yh2ax34jd7fgf17mjfd3c6niw1h2hsj-python3-3.12.2/lib/python3.12/asyncio/events.py:697: in get_event_loop warnings.warn('There is no current event loop', E DeprecationWarning: There is no current event loop _____________ TestAsyncAnthropic.test_proxies_option_is_deprecated _____________ tests/test_client.py:1520: in test_proxies_option_is_deprecated with pytest.warns( E DeprecationWarning: The 'proxies' argument is now deprecated. Use 'proxy' or 'mounts' instead. =========================== short test summary info ============================ FAILED tests/lib/streaming/test_messages.py::TestAsyncMessages::test_context_manager - DeprecationWarning: There is no current event loop FAILED tests/test_client.py::TestAnthropic::test_copy_build_request - pytest.PytestUnraisableExceptionWarning: Exception ignored in: