Skip to content

Release 1.4.3

Compare
Choose a tag to compare
@pcisar pcisar released this 27 Oct 12:16
· 46 commits to master since this release
  • firebird.base.types module:

    • Added internal functions _decompose and _power_of_two from stdlib enum module,
      because they were removed in Python 3.11.
  • firebird.base.protobuf module:

    • Use importlib.metadata.entry_points instead pkg_resources.iter_entry_points.
  • Improved documentation.