chore(deps): update dependency fiobank to v4 (#2444) #9753
Annotations
6 warnings
Python 3.11
The default scheme will be changed from 'http' to 'https' in Django 6.0. Pass the forms.URLField.assume_scheme argument to silence this warning, or set the FORMS_URLFIELD_ASSUME_HTTPS transitional setting to True to opt into using 'https' as the new default scheme.
|
Python 3.11
Using float for money can cause inaccuracies. Use FioBank(..., decimal=True) for Decimal objects instead. This will be the default in the future versions.
|
Python 3.12
The default scheme will be changed from 'http' to 'https' in Django 6.0. Pass the forms.URLField.assume_scheme argument to silence this warning, or set the FORMS_URLFIELD_ASSUME_HTTPS transitional setting to True to opt into using 'https' as the new default scheme.
|
Python 3.12
Using float for money can cause inaccuracies. Use FioBank(..., decimal=True) for Decimal objects instead. This will be the default in the future versions.
|
Python 3.13
The default scheme will be changed from 'http' to 'https' in Django 6.0. Pass the forms.URLField.assume_scheme argument to silence this warning, or set the FORMS_URLFIELD_ASSUME_HTTPS transitional setting to True to opt into using 'https' as the new default scheme.
|
Python 3.13
Using float for money can cause inaccuracies. Use FioBank(..., decimal=True) for Decimal objects instead. This will be the default in the future versions.
|