Faadelays

Latest version: v2023.9.1

Safety actively analyzes 628969 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.0.4

Breaking Change

The Airport object has changed how it handles client sessions. Previously, the object itself did not store a function and instead one would be passed into the update function. This is no longer the case, the session is stored in the object. This improves compatibility with other packages.

Whereas a previous call may have been made like this:

airport = faadelays.Airport("ATL")
await airport.update(session)


Now it should be made like this:

airport = faadelays.Airport("ATL", session)
await airport.update()

0.0.3

Changes

This update adds a new custom InvalidAirport error that is raised when the API returns no data for a given airport code.

Note

v0.0.2 was skipped because of a conflict with an old test release file name.

0.0.1

Welcome to faadelays!

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.