Conversation
Dependency update release. Changes since v4.8.0: - Bump pytest 7.4.0 -> 9.0.3 (CVE-2025-71176) - Refresh wheel 0.40.0 -> 0.47.0 (CVE-2026-24049) and packaging 23.1 -> 26.1 - Bump time 0.3.37 -> 0.3.47 (CVE-2026-25727) - Bump keccak 0.1.5 -> 0.1.6 (GHSA-3288-p39f-rqpv) - Remove stale rustix 0.37.x pin; rustix now governed by transitive deps - Add Dependabot cooldown (7 days minor/patch, 14 days major) - Switch PyPI publish to trusted publishing (OIDC), retire long-lived token Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release
cedarpyv4.8.1. Dependency update release — no functional or API changes.Version bumps
Cargo.toml:4.8.0→4.8.1Cargo.lock: cedarpy entry auto-regeneratedREADME.md: cedarpy release column in the compatibility tableChanges since v4.8.0 (release notes)
Security
Build / supply chain
rustix = "~0.37.25"pin;rustixis now governed by the transitive dep graph (resolves to 0.38.x)pypi-releaseenvironmentNo functional changes
Cedar Policy engine version is unchanged (still 4.8.2).
Release procedure
maingit tag -a v4.8.1 -m "cedarpy v4.8.1"on maingit push origin v4.8.1pypi-releasedeployment in GitHub Actions when it pauses for reviewTest plan
cargo build— cedarpy 4.8.1 builds cleanlymake benchmark-comparepassed (verified locally by maintainer)🤖 Generated with Claude Code