Skip to content

ci: update sqladmin requirement from <0.29,>=0.28 to >=0.28,<0.30#16

Merged
galuszkm merged 4 commits into
mainfrom
dependabot/pip/sqladmin-gte-0.28-and-lt-0.30
Jul 21, 2026
Merged

ci: update sqladmin requirement from <0.29,>=0.28 to >=0.28,<0.30#16
galuszkm merged 4 commits into
mainfrom
dependabot/pip/sqladmin-gte-0.28-and-lt-0.30

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on sqladmin to permit the latest version.

Release notes

Sourced from sqladmin's releases.

0.29.0

Deprecated

  • Using an empty string filter value for "All" is deprecated; use "__all" instead.

What's Changed

New Contributors

Changelog

Sourced from sqladmin's changelog.

Version 0.29.0: 2026-07-13

DEPRECATIONS

  • Using an empty string filter value for "All" is deprecated; use "__all" instead.

Added

Changed

Fixed

New Contributors

Full Changelog: 0.28.0...0.29.0

Version 0.28.0: 2026-07-04

Added

Changed

... (truncated)

Commits
  • 6ad070b Bumped version to 0.29.0
  • 1fa098d [Feature] Add column_type_formatters_detail (#999)
  • 9944f6f [Feature] Add auto-resizing textarea widget with character counter (#1083)
  • d8a77f0 New feature: File download support (#702)
  • ccd82c2 build(deps-dev): bump zensical from 0.0.42 to 0.0.50 (#1086)
  • 4c74706 build(deps-dev): bump pillow from 12.2.0 to 12.3.0 (#1087)
  • 7f56a2d build(deps-dev): bump psycopg2-binary from 2.9.11 to 2.9.12 (#1089)
  • ad2d0ae build(deps-dev): bump pytest from 9.0.3 to 9.1.1 (#1090)
  • 9536fe3 build(deps-dev): bump phonenumbers from 9.0.28 to 9.0.34 (#1088)
  • ad3bbf7 feat: add CSV import with streaming progress and row-level validation (#877)
  • 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)

Updates the requirements on [sqladmin](https://github.com/smithyhq/sqladmin) to permit the latest version.
- [Release notes](https://github.com/smithyhq/sqladmin/releases)
- [Changelog](https://github.com/smithyhq/sqladmin/blob/main/CHANGELOG.md)
- [Commits](smithyhq/sqladmin@0.28.0...0.29.0)

---
updated-dependencies:
- dependency-name: sqladmin
  dependency-version: 0.29.0
  dependency-type: direct:production
...

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 Jul 14, 2026
@galuszkm

Copy link
Copy Markdown
Member

@copilot In the sqladmin 0.29.0 the issue with BooleanInputWidget was resolved (see smithyhq/sqladmin#1084)
That means we can pin this version as required min and drop our duck typing of:
AttributeError: 'BooleanInputWidget' object has no attribute 'validation_attrs'
in admin panel.
Please implement this changes.

Copilot AI commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

@copilot In the sqladmin 0.29.0 the issue with BooleanInputWidget was resolved (see smithyhq/sqladmin#1084)
That means we can pin this version as required ...

Done in fix: pin sqladmin>=0.29 and drop BooleanInputWidget compat shim:

  • pyproject.toml: bumped minimum to >=0.29
  • Deleted admin/compat.py
  • admin/__init__.py: removed the apply_wtforms_compat import/call and updated the docstring

Copilot AI requested a review from galuszkm July 21, 2026 17:18

@galuszkm galuszkm left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lgtm

@galuszkm
galuszkm merged commit dd31b67 into main Jul 21, 2026
10 checks passed
@galuszkm
galuszkm deleted the dependabot/pip/sqladmin-gte-0.28-and-lt-0.30 branch July 21, 2026 17:22
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.

2 participants