Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Charith Ellawala <[email protected]>
  • Loading branch information
charithe committed Oct 31, 2024
1 parent a252618 commit b3eae11
Show file tree
Hide file tree
Showing 3 changed files with 527 additions and 446 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Unreleased

### Bug fixes

- Validation error path field can be empty

## v0.10.5 (2024-03-07)

### Bug fixes
Expand Down
6 changes: 2 additions & 4 deletions cerbos/sdk/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,7 @@ def __init__(self, error: Optional[APIError]):
self.error = error


class CerbosTLSError(Exception):
...
class CerbosTLSError(Exception): ...


class CerbosTypeError(Exception):
...
class CerbosTypeError(Exception): ...
Loading

0 comments on commit b3eae11

Please sign in to comment.