Skip to content

chore(deps): bump cedarpy from 4.8.6 to 4.8.7#48

Merged
imran-siddique merged 1 commit into
mainfrom
dependabot/pip/cedarpy-4.8.7
Jul 13, 2026
Merged

chore(deps): bump cedarpy from 4.8.6 to 4.8.7#48
imran-siddique merged 1 commit into
mainfrom
dependabot/pip/cedarpy-4.8.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps cedarpy from 4.8.6 to 4.8.7.

Release notes

Sourced from cedarpy's releases.

cedarpy v4.8.7

Added

  • A reusable, pre-parsed Schema handle, completing the handle trio alongside PolicySet and Entities. Parse a schema once with Schema.from_str(cedar_text) or Schema.from_json_str(json_text) and pass the handle to is_authorized, is_authorized_batch, is_authorized_partial, or validate_policies anywhere a schema string is accepted — skipping the per-call parse. The schema parameter widens from str | dict | None to str | dict | Schema | None; existing string/dict callers are unchanged, so this is a pure, opt-in addition. The handle is immutable, releases its memory when the last Python reference is dropped, supports str() (the schema rendered to Cedar schema syntax, whichever format it was constructed from), and raises ValueError at construction on unparseable schemas. On a successful evaluation the result metrics gain a schema_pre_parsed flag (1 for the handle path, 0 otherwise). Mirrors the PolicySet / Entities handle APIs (#103). Thanks @​swenger!

Full Changelog: k9securityio/cedar-py@v4.8.6...v4.8.7

Changelog

Sourced from cedarpy's changelog.

[4.8.7] - 2026-07-10

Added

  • A reusable, pre-parsed Schema handle, completing the handle trio alongside PolicySet and Entities. Parse a schema once with Schema.from_str(cedar_text) or Schema.from_json_str(json_text) and pass the handle to is_authorized, is_authorized_batch, is_authorized_partial, or validate_policies anywhere a schema string is accepted — skipping the per-call parse. The schema parameter widens from str | dict | None to str | dict | Schema | None; existing string/dict callers are unchanged, so this is a pure, opt-in addition. The handle is immutable, releases its memory when the last Python reference is dropped, supports str() (the schema rendered to Cedar schema syntax, whichever format it was constructed from), and raises ValueError at construction on unparseable schemas. On a successful evaluation the result metrics gain a schema_pre_parsed flag (1 for the handle path, 0 otherwise). Mirrors the PolicySet / Entities handle APIs (#103). Thanks @​swenger!
Commits
  • 4acb079 Merge pull request #104 from k9securityio/release/4.8.7
  • d0b51c0 release: bump version to 4.8.7
  • d091224 docs: update CLAUDE.md with Schema handle learnings from PR #103
  • 5fa17a7 Merge pull request #103 from swenger/swenger-schema
  • 3ba0f93 docs: credit @​swenger and link PR #103 in the Schema handle changelog entry
  • 9600494 feat: give Schema a meaningful str and count-style repr
  • a7f83ff add changelog entry
  • aff5f10 extend docstrings
  • 893a0f2 extend typed API
  • 3aa0a99 avoid Schema::clone() on the hot path
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cedarpy](https://github.com/k9securityio/cedar-py) from 4.8.6 to 4.8.7.
- [Release notes](https://github.com/k9securityio/cedar-py/releases)
- [Changelog](https://github.com/k9securityio/cedar-py/blob/main/CHANGELOG.md)
- [Commits](k9securityio/cedar-py@v4.8.6...v4.8.7)

---
updated-dependencies:
- dependency-name: cedarpy
  dependency-version: 4.8.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 13, 2026

@imran-siddique imran-siddique left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved: routine dependabot version bump.

@imran-siddique imran-siddique merged commit 086ab1b into main Jul 13, 2026
13 of 14 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/cedarpy-4.8.7 branch July 13, 2026 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant