Skip to content

Commit

Permalink
chore(deps): pin prometheus-client to <0.18
Browse files Browse the repository at this point in the history
prometheus/client_python#967 jiggers with
the format of multiprocess metrics in a way that breaks our custom
aggregation. Ignore for now.
  • Loading branch information
jvansanten committed Dec 21, 2023
1 parent 876ed0f commit ff11733
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pydantic = "^1.9.0"
sjcl = "^0.2.1"
schedule = "^1.0.0"
yq = "^3.0.0"
prometheus-client = ">=0.16,<0.20"
prometheus-client = ">=0.16,<0.18"
xxhash = "^3.0.0"
psutil = "^5.8.0"
appdirs = "^1.4.4"
Expand Down

0 comments on commit ff11733

Please sign in to comment.