Skip to content

Commit

Permalink
Pin pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 committed Jul 5, 2023
1 parent 36c3016 commit 8deb98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charms/jimm/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parts:
- README.md
charm-python-packages: [setuptools]
charm-binary-python-packages:
- pydantic
- pydantic == 1.10.10
- cosl
bases:
# Ensure run-on is the same or newer than build-on
Expand Down
2 changes: 1 addition & 1 deletion charms/jimm/lib/charms/grafana_agent/v0/cos_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class _MetricsEndpointDict(TypedDict):
LIBAPI = 0
LIBPATCH = 3

PYDEPS = ["cosl", "pydantic"]
PYDEPS = ["cosl", "pydantic == 1.10.10"]

DEFAULT_RELATION_NAME = "cos-agent"
DEFAULT_PEER_RELATION_NAME = "peers"
Expand Down

0 comments on commit 8deb98b

Please sign in to comment.