Skip to content

Bump flask-smorest from 0.46.2 to 0.47.0 in /bff#309

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/bff/flask-smorest-0.47.0
Open

Bump flask-smorest from 0.46.2 to 0.47.0 in /bff#309
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/bff/flask-smorest-0.47.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps flask-smorest from 0.46.2 to 0.47.0.

Changelog

Sourced from flask-smorest's changelog.

0.47.0 (2026-03-22)


Features:

  • Add pagination metadata field descriptions to OpenAPI schema (:pr:846). Thanks :user:galuszkak for the PR.

Other changes:

  • Drop support for Python 3.9 (:pr:811).
Commits
  • 3451351 Bump version and update changelog
  • c48dd23 Update AUTHORS.rst
  • 3d3b975 Merge pull request #846 from galuszkak/feature/pagination-388
  • 46abc3b Bump coverage from 7.13.4 to 7.13.5
  • 63f3cb9 Bump sphinx-issues from 5.0.1 to 6.0.0
  • ed4faa5 Bump apispec from 6.9.0 to 6.10.0
  • cfd3387 Merge pull request #845 from galuszkak/fix/contributing-readme
  • 1878e05 feat: Add pagination metadata field descriptions to OpenAPI schema closes #388
  • 07f1b41 fix: reference correct repository and 'main' not 'master' branch
  • 37980a1 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [flask-smorest](https://github.com/marshmallow-code/flask-smorest) from 0.46.2 to 0.47.0.
- [Release notes](https://github.com/marshmallow-code/flask-smorest/releases)
- [Changelog](https://github.com/marshmallow-code/flask-smorest/blob/main/CHANGELOG.rst)
- [Commits](marshmallow-code/flask-smorest@0.46.2...0.47.0)

---
updated-dependencies:
- dependency-name: flask-smorest
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 23, 2026
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c92dc0c8f4

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

[[package]]
name = "flask-smorest"
version = "0.46.2"
version = "0.47.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate openapi.yaml after bumping flask-smorest

Updating flask-smorest to 0.47.0 changes the generated pagination schema, but this commit only edits uv.lock. The BFF CI workflow still runs uv run python -m bff_app.openapi.generate --check --output bff_app/openapi/openapi.yaml (.github/workflows/bff.yml:39), and the checked-in spec already contains a PaginationMetadata component (bff/bff_app/openapi/openapi.yaml:315). In that workflow, the regenerated YAML will drift from the committed file, so this dependency bump will start failing CI until the spec is regenerated and committed alongside the lockfile.

Useful? React with 👍 / 👎.

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

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants