Seatsio

Latest version: v76.6.0

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

Scan your dependencies

Page 8 of 13

64.0.0

Removed reports `by_selectability` in favour of `by_availability`.

62.1.0

We now throw a `RateLimitExceededException` instead of a generic `SeatsioException`.

62.0.0

Replaced `events.retrieve_object_status` by `events.retrieve_object_info`.
Added `events.retrieve_object_infos`.
Renamed `EventReportItem` to `EventObjectInfo`.
Renamed `ChartReportItem` to `ChartObjectInfo`.

61.1.0

Made max number of retries configurable

61.0.0

Renamed `workspaceKey` parameter of `seatsio.Client` to `workspace_key`.

So:

python
client = seatsio.Client(seatsio.Region.EU(), secret_key="my-company-admin-key", workspaceKey="my-workspace-public-key")


Becomes

python
client = seatsio.Client(seatsio.Region.EU(), secret_key="my-company-admin-key", workspace_key="my-workspace-public-key")

60.4.0

Added ids property on reports

Page 8 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.