Skip to content

chore(deps): Bump flask-admin from 2.1.0 to 2.2.0 in /frontend_multi_user#685

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/frontend_multi_user/flask-admin-2.2.0
Open

chore(deps): Bump flask-admin from 2.1.0 to 2.2.0 in /frontend_multi_user#685
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/frontend_multi_user/flask-admin-2.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 10, 2026

Bumps flask-admin from 2.1.0 to 2.2.0.

Release notes

Sourced from flask-admin's releases.

v2.2.0

New Features:

  • SQLAlchemy filter classes (FilterEqual, FilterLike, etc.) now accept a dotted-path string for the column argument (e.g. FilterEqual(column="author.email", name="Author Email")); the path is resolved against the view's model and the necessary joins are added automatically.

Bugfixes:

  • Fix a bug in v2.1.0 that caused UnboundLocalError in flask_admin.contrib.sqla.ModelView when an exception was raised during a create or update operation
Changelog

Sourced from flask-admin's changelog.

2.2.0

New Features:

  • SQLAlchemy filter classes (FilterEqual, FilterLike, etc.) now accept a dotted-path string for the column argument (e.g. FilterEqual(column="author.email", name="Author Email")); the path is resolved against the view's model and the necessary joins are added automatically.

Bugfixes:

  • Fix a bug in v2.1.0 that caused UnboundLocalError in flask_admin.contrib.sqla.ModelView when an exception was raised during a create or update operation
Commits
  • 93aaa17 Prepare release v2.2.0
  • f5b821f build(deps): bump the github-actions group across 1 directory with 4 updates ...
  • 399a06d Ignore uv.lock files from examples (#2889)
  • a57ea47 Merge pull request #2883 from pallets-eco/support-dotted-paths-in-filters
  • 413004f Tweak sqla example account seeding
  • 6ad3a0a Update sqla example showing deep nested string filtering
  • b266dce Support string column paths in filters
  • fe4a642 Merge pull request #2886 from pallets-eco/fix/unbound_local_err
  • 417eb54 bugfix: v2.1.0 UnboundLocalError in sqla.ModelView
  • 1a7d64e Merge pull request #2880 from pallets-eco/releases/v2.1.0
  • See full diff 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-admin](https://github.com/pallets-eco/flask-admin) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/pallets-eco/flask-admin/releases)
- [Changelog](https://github.com/pallets-eco/flask-admin/blob/master/doc/changelog.rst)
- [Commits](pallets-eco/flask-admin@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: flask-admin
  dependency-version: 2.2.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 Pull requests that update python code labels May 10, 2026
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants