Release 1.4.3
-
firebird.base.types module:
- Added internal functions _decompose and _power_of_two from stdlib enum module,
because they were removed in Python 3.11.
- Added internal functions _decompose and _power_of_two from stdlib enum module,
-
firebird.base.protobuf module:
- Use importlib.metadata.entry_points instead pkg_resources.iter_entry_points.
-
Improved documentation.