Temporal-boost

Latest version: v1.1.0

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

Scan your dependencies

Page 1 of 2

1.1.0

What's Changed
* Removed robyn dependencyby northpowered in https://github.com/northpowered/temporal-boost/pull/28
* Add Windows run all by pylavaigun in https://github.com/northpowered/temporal-boost/pull/26
* Some improvements by dmastapkovich in https://github.com/northpowered/temporal-boost/pull/29
* Security updates

Fixed:
27 - Installation fail on Python3.13
24 - Troubles with `run all` CLI method

New Contributors
* pylavaigun made their first contribution in https://github.com/northpowered/temporal-boost/pull/26
* dmastapkovich made their first contribution in https://github.com/northpowered/temporal-boost/pull/29

**Full Changelog**: https://github.com/northpowered/temporal-boost/compare/v1.0.5...v1.1.0

1.0.5

1.0.4

- Added py.typed for next releases

**Full Changelog**: https://github.com/northpowered/temporal-boost/compare/v1.0.3...v1.0.4

1.0.3

Added `add_async_runtime` method for appending corutines, wrapped in `asyncio.run()`

Example:
python
class TestAsyncRuntime:
"""
Class must implement `run` method
"""
async def _test_async_runtime(self):
while True:
print(random.random())
await asyncio.sleep(1)
def run(self):
asyncio.run(self._test_async_runtime())

app.add_async_runtime("test_async", runtime=TestAsyncRuntime())

1.0.2

- Fix ASGI worker startup
- Rename `internal` worker to `internal_boost`

1.0.1

Fix asyncio executor for Trio

**Full Changelog**: https://github.com/northpowered/temporal-boost/compare/v1.0.0...v1.0.1

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.