Skip to content

Commit

Permalink
chore: loose pydantic 2 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclert-canonical committed Nov 28, 2024
1 parent 580681e commit ce24a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/charms/glauth_k8s/v0/ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ def _on_ldap_requested(self, event: LdapRequestedEvent) -> None:

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

PYDEPS = ["pydantic~=2.5.3"]
PYDEPS = ["pydantic>=2.5.3"]

DEFAULT_RELATION_NAME = "ldap"
BIND_ACCOUNT_SECRET_LABEL_TEMPLATE = Template("relation-$relation_id-bind-account-secret")
Expand Down

0 comments on commit ce24a90

Please sign in to comment.