Make library backward compatible: use typing.Union instead of the | operator

This commit is contained in:
2026-04-02 14:28:26 +02:00
parent d88b7228fc
commit 55d3eb8fab
4 changed files with 12 additions and 8 deletions
+3
View File
@@ -77,6 +77,9 @@ pip install jeb-utils --index-url https://repo.jcloud-services.ddns.net/simple/
- `create_file_if_not_exists`: Creates a file if it does not exist.
## Changelog
### Version 0.3.0
- Make library backward compatible: use `typing.Union` instead of the `|` operator
### Version 0.2.5
- Update type hint `Sequence` in `jeb_utils.utils.find_nearest_lower_number` to `Sequence[int | float]`