Skip to content

fix(deps): update dependency prometheus-fastapi-instrumentator to v8#20

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/prometheus-fastapi-instrumentator-8.x
Open

fix(deps): update dependency prometheus-fastapi-instrumentator to v8#20
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/prometheus-fastapi-instrumentator-8.x

Conversation

@renovate

@renovate renovate Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
prometheus-fastapi-instrumentator >=7.1.0,<8.0.0>=8.0.2,<8.1.0 age confidence

Release Notes

trallnag/prometheus-fastapi-instrumentator (prometheus-fastapi-instrumentator)

v8.0.2

Compare Source

Fixed
  • Replaced deprecated asyncio.iscoroutinefunction() with
    inspect.iscoroutinefunction() in Instrumentator.add() to avoid warnings on
    Python 3.12+ in
    #​378.

v8.0.1

Compare Source

Fixed
  • Fixed resolving route names for routers registered via include_router() on
    FastAPI 0.116+ leading to AttributeError getting raised on every request.
    The internal route name resolution now also handles _IncludedRouter and
    recurses into the included router's own routes so the Prometheus label
    reflects the leaf endpoint. Thanks to
    @​adeebmirza in
    #​371
    for fixing it.
  • Fixed hitting mounts with slash redirection collecting wrong handler name.
    Thanks to @​lbonn for raising and fixing this issue
    in
    #​369.

v8.0.0

Compare Source

Changed
  • BREAKING: Ported project to Starlette v1. This includes new required minimum
    versions of Python, Starlette, and FastAPI.
    Bumped starlette dependency
    from >=0.30.0,<1.0.0 to >=1.0.0,<2.0.0. Bumped requires-python from
    >=3.8 to >=3.10 (starlette dropped support). Bumped fastapi dev
    dependency to ^0.133.0 (first version supporting starlette v1). Adjusted
    middleware app parameter type from Starlette to ASGIApp. Thanks to
    @​bgermann in
    #​357
    for implementing it.
Fixed
  • Corrected documentation for setting custom labels. Thanks to
    @​rickie95 in
    #​342
    for implementing it.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every 4th week on Thursday before 10am"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv ampel-lsst-archive-IrDLje4W-py3.14 in /home/ubuntu/.cache/pypoetry/virtualenvs

Package duckdb (1.5.0.dev293) not found.

@renovate
renovate Bot force-pushed the renovate/prometheus-fastapi-instrumentator-8.x branch from 9845695 to 09f65a5 Compare June 22, 2026 20:50
@renovate
renovate Bot force-pushed the renovate/prometheus-fastapi-instrumentator-8.x branch from 09f65a5 to eabc273 Compare June 23, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants