Skip to content

Commit fb03cfc

Browse files
authored
chore: upgrade OPAL to 0.9.5 (#309)
* chore: upgrade OPAL to 0.9.5rc2 Bump opal-common and opal-client from 0.9.4 to 0.9.5rc2. Stable 0.9.5 has not been released yet; using the latest RC so we pick up upstream fixes/features ahead of the stable cut. Notable changes since 0.9.4: - fix(opal-server): per-source key for repos_last_fetched dedup cache - feat(client): live liveness probe for OPA policy store - fix: redoc url Full changelog: permitio/opal@0.9.4...0.9.5-rc.2 * chore: upgrade OPAL to 0.9.5 GA Bump opal-common and opal-client from 0.9.5rc2 to the now-released 0.9.5 stable. Full changelog: permitio/opal@0.9.4...0.9.5
1 parent 6ea9d66 commit fb03cfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ httpx>=0.27.0,<1
1717
# google-re2 # use re2 instead of re for regex matching because it's simiplier and safer for user inputted regexes
1818
protobuf>=6.33.5 # pinned to avoid CVE-2026-0994
1919
cryptography>=46.0.5,<47 # pinned to avoid CVE-2026-26007
20-
opal-common==0.9.4
21-
opal-client==0.9.4
20+
opal-common==0.9.5
21+
opal-client==0.9.5

0 commit comments

Comments
 (0)