Skip to content

v2.4.0

Choose a tag to compare

@dostuffthatmatters dostuffthatmatters released this 17 Nov 16:13
· 222 commits to main since this release

🦚  New Features

  • timing.ExponentialBackoff
    Add class to exponentially increase the waiting time after an error
    see in docs

  • StricterBaseModel, StrictIPv4Adress
    More specialized Pydantic base classes
    see in docs

  • timing.date_span_intersection, timing.datetime_span_intersection
    Functions to compute the overlap of two date/datetime periods
    see in docs

🦀  Dependency Updates

  • Explicitly add Python 3.13 support (tests, PyPI package)