Skip to content

Commit

Permalink
temp pydeps
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i committed Dec 17, 2024
1 parent f043939 commit da884e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/charms/grafana_agent/v0/cos_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ class _MetricsEndpointDict(TypedDict):
LIBAPI = 0
LIBPATCH = 12

PYDEPS = ["cosl", "pydantic"]
# TODO revert to "cosl" after merged
PYDEPS = ["cosl@git+https://github.com/canonical/cos-lib.git@feature/dashboard_module", "pydantic"]

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

0 comments on commit da884e9

Please sign in to comment.