Skip to content

Commit

Permalink
chore: update charm libraries (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
observability-noctua-bot authored Dec 17, 2024
1 parent efff57b commit 4adb246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/charms/tls_certificates_interface/v2/tls_certificates.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def _on_all_certificates_invalidated(self, event: AllCertificatesInvalidatedEven

# Increment this PATCH version before using `charmcraft publish-lib` or reset
# to 0 if you are raising the major API version
LIBPATCH = 28
LIBPATCH = 29

PYDEPS = ["cryptography", "jsonschema"]

Expand Down Expand Up @@ -459,7 +459,7 @@ def restore(self, snapshot: dict):
class CertificateExpiringEvent(EventBase):
"""Charm Event triggered when a TLS certificate is almost expired."""

def __init__(self, handle, certificate: str, expiry: str):
def __init__(self, handle: Handle, certificate: str, expiry: str):
"""CertificateExpiringEvent.
Args:
Expand Down

0 comments on commit 4adb246

Please sign in to comment.