fix(deps): update dependency prometheus-fastapi-instrumentator to v8#20
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update dependency prometheus-fastapi-instrumentator to v8#20renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/prometheus-fastapi-instrumentator-8.x
branch
from
June 22, 2026 20:50
9845695 to
09f65a5
Compare
renovate
Bot
force-pushed
the
renovate/prometheus-fastapi-instrumentator-8.x
branch
from
June 23, 2026 12:08
09f65a5 to
eabc273
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=7.1.0,<8.0.0→>=8.0.2,<8.1.0Release Notes
trallnag/prometheus-fastapi-instrumentator (prometheus-fastapi-instrumentator)
v8.0.2Compare Source
Fixed
asyncio.iscoroutinefunction()withinspect.iscoroutinefunction()inInstrumentator.add()to avoid warnings onPython 3.12+ in
#378.
v8.0.1Compare Source
Fixed
include_router()onFastAPI 0.116+ leading to
AttributeErrorgetting raised on every request.The internal route name resolution now also handles
_IncludedRouterandrecurses into the included router's own routes so the Prometheus label
reflects the leaf endpoint. Thanks to
@adeebmirza in
#371
for fixing it.
Thanks to @lbonn for raising and fixing this issue
in
#369.
v8.0.0Compare Source
Changed
versions of Python, Starlette, and FastAPI. Bumped
starlettedependencyfrom
>=0.30.0,<1.0.0to>=1.0.0,<2.0.0. Bumpedrequires-pythonfrom>=3.8to>=3.10(starlettedropped support). Bumpedfastapidevdependency to
^0.133.0(first version supportingstarlettev1). Adjustedmiddleware app parameter type from
StarlettetoASGIApp. Thanks to@bgermann in
#357
for implementing it.
Fixed
@rickie95 in
#342
for implementing it.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.