Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2025

Bumps schwifty from 2021.10.2 to 2025.9.0.

Release notes

Sourced from schwifty's releases.

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

Changed

  • Removed support for deprecated Python version 3.8
  • Updated the bank registries for Austria, Germany, Poland, Netherlands, Spain, Czech Republic, Italy, and Switzerland.

Added

2024.09.0

Fixed

  • Fix Python 3.8 support while it is still supported (EOL is 2024-10) (thanks to @​bwoodsend)

... (truncated)

Changelog

Sourced from schwifty's changelog.

.. _changelog:

Changelog

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

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 <https://github.com/pywkm>_.

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):
iban: Annotated[IBAN, Field(strict=False)]

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

Fixed

* Fixed script populating the Italian bank registry, adding over 150 additional banks (thanks to `@ciotto &lt;https://github.com/ciotto&gt;`_)

2025.06.0_ - 2025/06/25

Changed
</code></pre>
<ul>
<li>
<p>Allow country specific components to be passed to <code>IBAN.generate()</code>.</p>
<p>.. code-block:: pycon</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/mdomke/schwifty/commit/6b47cf1cde6036ed4d21938851c4de7e5f92fefd&quot;&gt;&lt;code&gt;6b47cf1&lt;/code&gt;&lt;/a> Add changelog for 2025.09.0 release</li>
<li><a href="https://github.com/mdomke/schwifty/commit/6a2020751e1c0c4e36e10a7c820ca17b3e5f8887&quot;&gt;&lt;code&gt;6a20207&lt;/code&gt;&lt;/a> chore: Mention Liechtenstein to docs</li>
<li><a href="https://github.com/mdomke/schwifty/commit/6029c98e07d1f5d6920c107fe13c2310599ee1a0&quot;&gt;&lt;code&gt;6029c98&lt;/code&gt;&lt;/a> Fix Polish IBAN specification (<a href="https://redirect.github.com/mdomke/schwifty/issues/260&quot;&gt;#260&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/mdomke/schwifty/commit/2dcd6cf3bee04cbe52885a059161370f2aef29e2&quot;&gt;&lt;code&gt;2dcd6cf&lt;/code&gt;&lt;/a> Adding Modulr Finance (<a href="https://redirect.github.com/mdomke/schwifty/issues/258&quot;&gt;#258&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/mdomke/schwifty/commit/f478be6245817a650be2b6e5afe7a5d835e110fb&quot;&gt;&lt;code&gt;f478be6&lt;/code&gt;&lt;/a> <a href="https://redirect.github.com/mdomke/schwifty/issues/256&quot;&gt;#256&lt;/a> issue: (<a href="https://redirect.github.com/mdomke/schwifty/issues/257&quot;&gt;#257&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/mdomke/schwifty/commit/62ec4f6cf40832f0419ab7714675156f51165b11&quot;&gt;&lt;code&gt;62ec4f6&lt;/code&gt;&lt;/a> Add bank registry for Liechtenstein</li>
<li><a href="https://github.com/mdomke/schwifty/commit/d258fe84d08d27868998b3db437d3bd7d8a3312c&quot;&gt;&lt;code&gt;d258fe8&lt;/code&gt;&lt;/a> chore: Python 3.9 doesn't support union types with |</li>
<li><a href="https://github.com/mdomke/schwifty/commit/303ca97603e42de3ae5a059041f863b7686c9384&quot;&gt;&lt;code&gt;303ca97&lt;/code&gt;&lt;/a> chore: Update CHANGELOG</li>
<li><a href="https://github.com/mdomke/schwifty/commit/ddbc798aa3eee505673b7bb53525798c6f739aab&quot;&gt;&lt;code&gt;ddbc798&lt;/code&gt;&lt;/a> Update bank registry for Switzerland</li>
<li><a href="https://github.com/mdomke/schwifty/commit/a9c3be27cb3386bc7a1dcdf918681f972847c447&quot;&gt;&lt;code&gt;a9c3be2&lt;/code&gt;&lt;/a> Update bank registry for Austria</li>
<li>Additional commits viewable in <a href="https://github.com/mdomke/schwifty/compare/2021.10.2...2025.09.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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 2025.9.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...2025.09.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 23, 2025
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