Skip to content

chore(deps): update prometheus-fastapi-instrumentator requirement from >=6.1.0 to >=7.1.0#219

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/prometheus-fastapi-instrumentator-gte-7.1.0
Open

chore(deps): update prometheus-fastapi-instrumentator requirement from >=6.1.0 to >=7.1.0#219
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/prometheus-fastapi-instrumentator-gte-7.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Updates the requirements on prometheus-fastapi-instrumentator to permit the latest version.

Release notes

Sourced from prometheus-fastapi-instrumentator's releases.

v7.1.0

Added

  • Included metrics closure creators have new optional parameter custom_labels to set additional custom static labels. Parameter has not been added to the Instrumentator() constructor. Thanks to @​iocentos for requesting this in #279 and @​martian711 in #287 as well as @​Budlee in #326 for implementing it.
Changelog

Sourced from prometheus-fastapi-instrumentator's changelog.

7.1.0 / 2025-03-19

Added

  • Included metrics closure creators have new optional parameter custom_labels to set additional custom static labels. Parameter has not been added to the Instrumentator() constructor. Thanks to @​iocentos for requesting this in #279 and @​martian711 in #287 as well as @​Budlee in #326 for implementing it.

7.0.2 / 2025-01-14

Fixed

  • Replaced incorrect license identifier in pyproject.toml. Problem introduced with the migration to Poetry 2.0 in the last patch release.

7.0.1 / 2025-01-14

Changed

  • Migrated pyproject.toml to support PEP 621. This comes with a migration to Poetry 2.0. Thanks to @​alexted bringing this up in #323.

7.0.0 / 2023-07-15

Major release with a single breaking change: Python 3.7 is not supported anymore. Beyond that, three improvements based on various pull requests.

Added

  • Instrumentator now works without FastAPI. This is possible because every FastAPI app is also a Starlette app (but not the other way around). Or to be more specific: FastAPI uses Starlette for things like routing and middleware this package relies on. The change is backwards compatible, even type checkers like mypy should continue working. Thanks to @​mvanderlee for proposing this in #280 and implementing it in #288.

  • Middleware also records duration without streaming in addition to the already existing total latency (i.e. the time consumed for streaming is not

... (truncated)

Commits
  • 63b05e5 chore: Prepare release v7.1.0
  • 9dc048b feat: Add opt custom labels to included metrics #279 (#326)
  • 2e1568e docs: Fix link in changelog
  • c697909 chore: Prepare release v7.0.2
  • 2743a4c chore: Fix incorrect license identifier in pyproject.toml
  • d010c8d ci: Bump lower Python to 3.9
  • 6154e85 ci: Bump Poetry to 2.0.1
  • fc3d516 chore: Fix invalid attributes in pyproject.toml
  • 406990a chore: Prepare release v7.0.1
  • 71cb118 chore: Add note to changelog
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Greptile Summary

This dependabot PR raises the minimum required version of prometheus-fastapi-instrumentator from >=6.1.0 to >=7.1.0. The v7.0.0 major release dropped Python 3.7 support (the only breaking change), and v7.1.0 adds an optional custom_labels parameter to included metrics closure creators — neither change affects this codebase since the library has no direct import sites in the project source.

Confidence Score: 5/5

Safe to merge — minimal single-line dependency version bump with no breaking impact on this codebase.

The change only raises the minimum version constraint for a monitoring library. No source files import or use the library directly, so no API compatibility risk exists. The sole breaking change in v7.0.0 (dropping Python 3.7) is irrelevant given the project targets modern Python. No P0 or P1 issues found.

No files require special attention.

Important Files Changed

Filename Overview
pyproject.toml Single-line change raising the prometheus-fastapi-instrumentator lower bound from >=6.1.0 to >=7.1.0; no issues found.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[pyproject.toml] -->|dependency constraint| B[prometheus-fastapi-instrumentator]
    B --> C{Version}
    C -->|Before: >=6.1.0| D[v6.1.0 – v6.x]
    C -->|After: >=7.1.0| E[v7.1.0+]
    E --> F[v7.0.0: dropped Py3.7, Starlette support]
    E --> G[v7.1.0: optional custom_labels param]
Loading

Reviews (1): Last reviewed commit: "chore(deps): update prometheus-fastapi-i..." | Re-trigger Greptile

Updates the requirements on [prometheus-fastapi-instrumentator](https://github.com/trallnag/prometheus-fastapi-instrumentator) to permit the latest version.
- [Release notes](https://github.com/trallnag/prometheus-fastapi-instrumentator/releases)
- [Changelog](https://github.com/trallnag/prometheus-fastapi-instrumentator/blob/master/CHANGELOG.md)
- [Commits](trallnag/prometheus-fastapi-instrumentator@v6.1.0...v7.1.0)

---
updated-dependencies:
- dependency-name: prometheus-fastapi-instrumentator
  dependency-version: 7.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 13, 2026

Labels

The following labels could not be found: python. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants