casey gerstle

Results 2 issues of casey gerstle

Attempts to fixes #785 by utilizing raw strings. Initial issue: 1. `brew install oci-cli` 2. ```shell ❯ oci --version /opt/homebrew/Cellar/oci-cli/3.43.0/libexec/lib/python3.12/site-packages/oci_cli/cli_util.py:1125: SyntaxWarning: invalid escape sequence '\[' list_type = {'module': complex_type_definition['module'], 'class':...

OCA Required

When you `brew install oci-cli` as of 6 jun 2024, it pulls in `[email protected]` which then causes failures when running `oci`... ```❯ oci --version /opt/homebrew/Cellar/oci-cli/3.43.0/libexec/lib/python3.12/site-packages/oci_cli/cli_util.py:1125: SyntaxWarning: invalid escape sequence '\['...