Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps schwifty from 2021.10.2 to 2026.1.0.

Release notes

Sourced from schwifty's releases.

2026.01.0

Changed

  • Removed support for deprecated Python version 3.9
  • Updated domestic bank registries @​mhemeryck

Added

Fixed

2025.09.0

Added

  • Added bank registry for Liechtenstein.

Fixed

  • The Polish IBAN format override was breaking down the bank code in an unusual way, which made it hard to generate IBANs from the components known to the user. This has been detected and fixed by @​pywkm

2025.07.0

Changed

  • Allow lax validation of IBAN values when used with Pydantic
from typing import Annotated
from typing import Field
from pydantic import BaseModel
class Model(BaseModel):
iban: Annotated[IBAN, Field(strict=False)]

  • Updated bank registry for Germany, Austria, Switzerland and Poland.

Fixed

  • Fixed script populating the Italian bank registry, adding over 150 additional banks (thanks to @​ciotto)

2025.06.0

Changed

  • Allow country specific components to be passed to IBAN.generate().
>>> IBAN.generate("IS", bank_code="0101", account_type="26", account_code="85002", account_holder_id="5402696029")
<IBAN=IS910101260850025402696029>

2025.01.0

Changed

  • Update the bank registries for Austria, Germany and Switzerland
  • Added some manual entries for France and Great Britain

2024.11.0

... (truncated)

Changelog

Sourced from schwifty's changelog.

.. _changelog:

Changelog

Versions follow CalVer <http://www.calver.org/>_ with the scheme YY.0M.Micro.

2026.01.0_ - 2026/01/23

Changed

* Removed support for deprecated Python version 3.9
* Updated local bank registries

Added

* Adding Revolut Bank UAB `@bitshift &lt;https://github.com/bitshift&gt;`_.

Fixed

  • Fix Modulr Finance @bitshift &lt;https://github.com/bitshift&gt;_.

2025.09.0_ - 2025/09/22

Added

* Added bank registry for Liechtenstein.

Fixed

  • The Polish IBAN format override was breaking down the bank code in an unusual way, which made it hard to generate IBANs from the components known to the user. This has been detected and fixed by @pywkm &lt;https://github.com/pywkm&gt;_.

2025.07.0_ - 2025/07/28

Changed

  • Allow lax validation of IBAN values when used with Pydantic

    .. code-block:: python

    from typing import Annotated from typing import Field from pydantic import BaseModel

    class Model(BaseModel):

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [schwifty](https://github.com/mdomke/schwifty) from 2021.10.2 to 2026.1.0.
- [Release notes](https://github.com/mdomke/schwifty/releases)
- [Changelog](https://github.com/mdomke/schwifty/blob/main/CHANGELOG.rst)
- [Commits](mdomke/schwifty@2021.10.2...2026.01.0)

---
updated-dependencies:
- dependency-name: schwifty
  dependency-version: 2026.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jan 26, 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

Development

Successfully merging this pull request may close these issues.

1 participant