Skip to content

bpack v1.3.0 (06/01/2025)

Latest
Compare
Choose a tag to compare
@avalentino avalentino released this 05 Jan 23:12
· 3 commits to main since this release
v1.3.0
ca531c8
  • Support for annotations saved in string form (see also PEP-563).
    Is some circumstances Python typing annotations are stored
    as strings. E.g. this happens when people uses:

      from __future__ import annotations

    Starting from v1.3.0, bpack is compatible with this way of storing
    annotations.
    Please note, anyway, that bpack still need to evaluate the annotations
    at compile time so the "Postponed Evaluation of Annotations" described in
    PEP-563 is not really supported.