From 4a5715b77e2953d821a0bb10070f48ba3307d3f0 Mon Sep 17 00:00:00 2001 From: Omer Zuarets Date: Tue, 28 Apr 2026 13:30:04 +0300 Subject: [PATCH 1/2] 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: https://github.com/permitio/opal/compare/0.9.4...0.9.5-rc.2 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e37c6596..e567974a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ httpx>=0.27.0,<1 # google-re2 # use re2 instead of re for regex matching because it's simiplier and safer for user inputted regexes protobuf>=6.33.5 # pinned to avoid CVE-2026-0994 cryptography>=46.0.5,<47 # pinned to avoid CVE-2026-26007 -opal-common==0.9.4 -opal-client==0.9.4 +opal-common==0.9.5rc2 +opal-client==0.9.5rc2 From b8db8c4356cb80dab6f9091f958c9b6568fee7d1 Mon Sep 17 00:00:00 2001 From: Omer Zuarets Date: Tue, 28 Apr 2026 13:56:34 +0300 Subject: [PATCH 2/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: https://github.com/permitio/opal/compare/0.9.4...0.9.5 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e567974a..65623357 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ httpx>=0.27.0,<1 # google-re2 # use re2 instead of re for regex matching because it's simiplier and safer for user inputted regexes protobuf>=6.33.5 # pinned to avoid CVE-2026-0994 cryptography>=46.0.5,<47 # pinned to avoid CVE-2026-26007 -opal-common==0.9.5rc2 -opal-client==0.9.5rc2 +opal-common==0.9.5 +opal-client==0.9.5