Skip to content

Commit ebccbf5

Browse files
authored
chore: downgrade prometheus so its usable in our api (#105)
1 parent 69926ad commit ebccbf5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repository = "https://github.com/rungalileo/gcache"
3131
[tool.poetry.dependencies]
3232
python = "^3.10"
3333
pydantic = "^2.11.4"
34-
prometheus-client = "^0.23.1"
34+
prometheus-client = "^0.22.1"
3535
cachetools = ">=5.5.2"
3636
types-cachetools = "^6.2.0.20250827"
3737
redis = ">=5.0.0"

0 commit comments

Comments
 (0)