Martin Domke

Results 48 comments of Martin Domke

Thanks for the heads-up. However, we have to consider compatibility with older versions (at least Python 3.8, which is still [supported until end of 2024](https://devguide.python.org/versions/)). Do you actually mean `importlib.resources.abc.Traversable`?...

@yezz123 Why exactly do your tests fail for a `DeprecationWarning` that informs about the removal of a type in a Python version that's not expected to surface before 2025? I...

You're of course right that there is another package with the same importable name, but it seems to be abandoned anyway (at least the last commit is 7 years old)....

@socketpair Feel free to create a pull-request 😄

Can this please be merged? I have the exact same problem as reported in #2767, but I'm using the async sentinel, so that the fix provided in #2771 does not...

This is currently not possible.

Could you give an example in which situations this would be helpful?

I think I'm not entirely sure what you're suggesting to implement. On which basis should the bank code `2004 000` be mapped to `COBADEFFXXX` instead of `COBADEHHXXX`? Do you want...

@Natim In my understanding the situation is the other way around in this case. There are multiple domestic bank codes which map all to the same BIC, but only for...

Since version `2023.10.0` [schwifty](https://github.com/mdomke/schwifty) has [native support for Pydantic](https://schwifty.readthedocs.io/en/latest/examples.html#pydantic-integration). Can this issue be closed then?