Platypush

Latest version: v1.3.5

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

Scan your dependencies

Page 3 of 10

1.1.0

- [[405](https://git.platypush.tech/platypush/platypush/issues/405)] Fixed
timezone/timestamp rendering issues for `calendar.ical` events.
- [[403](https://git.platypush.tech/platypush/platypush/issues/403)]
Included inherited actions in plugins docs.

1.0.7

- [[384](https://git.platypush.tech/platypush/platypush/issues/384)] Added
`assistant.openai` and `tts.openai` plugins.

1.0.6

- 🐛 Bug fix on one of the entities modules that prevented the application from
loading when `.` is part of `PYTHONPATH`.

1.0.5

- A proper solution for the `utcnow()` issue.

It was a bit trickier than expected to solve, but now Platypush uses a
`utcnow()` facade that always returns a UTC datetime in a timezone-aware
representation.

The code should however also handle the case of timestamps stored on the db in
the old format.

1.0.4

- Fixed regression introduced by
[c18768e61fef62924f4c1fac3089ecfb83666dab](https://git.platypush.tech/platypush/platypush/commit/c18768e61fef62924f4c1fac3089ecfb83666dab).
Python seems to have introduced a breaking change from the version 3.12 -
`datetime.utcnow()` is not deprecated, but `datetime.UTC`, the suggested
alternative, isn't available on older versions of Python. Added a workaround
that makes Platypush compatible with both the implementations.

1.0.3

- [[368](https://git.platypush.tech/platypush/platypush/issues/368)] Added
Ubuntu packages.

- Fixed bug that didn't get hooks to match events imported through the new
`platypush.events` symlinked module.

Page 3 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.