[Policy as Code] Monkey patch opa_client.base.BaseClient (#6865)

Workaround bug described in https://github.com/Turall/OPA-python-client/issues/29
This commit is contained in:
Hao Liu
2025-02-26 16:09:51 -05:00
committed by GitHub
parent 529ee73fcd
commit 698d769a7a
2 changed files with 28 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ Markdown # used for formatting API help
maturin # pydantic-core build dep
msgpack<1.0.6 # 1.0.6+ requires cython>=3
msrestazure
OPA-python-client
OPA-python-client==2.0.2 # Code contain monkey patch targeted to 2.0.2 to fix https://github.com/Turall/OPA-python-client/issues/29
openshift
opentelemetry-api~=1.24 # new y streams can be drastically different, in a good way
opentelemetry-sdk~=1.24