think-async
think-async copied to clipboard
🌿 Exploring cooperative concurrency primitives in Python
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.288 to 0.2.1. Release notes Sourced from ruff's releases. v0.2.1 Changes This release includes support for range formatting (i.e., the ability to format specific lines within a...
Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.19.0 to 2.21.0. Release notes Sourced from fakeredis's releases. v2.21.0 🌈 🚀 Features Implement all TOP-K commands (TOPK.INFO, TOPK.LIST, TOPK.RESERVE, TOPK.ADD, TOPK.COUNT, TOPK.QUERY, TOPK.INCRBY) #278 Implement all...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.2. Release notes Sourced from aiohttp's releases. 3.9.2 Bug fixes Fixed server-side websocket connection leak. Related issues and pull requests on GitHub: #7978. Fixed web.FileResponse...
Bumps [black](https://github.com/psf/black) from 22.12.0 to 24.1.1. Release notes Sourced from black's releases. 24.1.1 Bugfix release to fix a bug that made Black unusable on certain file systems with strict limits...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....
Bumps [rich](https://github.com/Textualize/rich) from 13.5.3 to 13.7.0. Release notes Sourced from rich's releases. The "It's a wrap" release [13.7.0] - 2023-11-15 Added Adds missing parameters to Panel.fit Textualize/rich#3142 Fixed Some text...
Bumps [twisted](https://github.com/twisted/twisted) from 23.8.0 to 23.10.0. Release notes Sourced from twisted's releases. Twisted 23.10.0 (2023-10-31) No changes since 23.10.0.rc1. Features twisted.python.filepath.FilePath and related classes (twisted.python.filepath.IFilepath, twisted.python.filepath.AbstractFilePath, twisted.python.zippath.ZipPath, and twisted.python.zippath.ZipArchive) now...
Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.17.0 to 0.19.0. Release notes Sourced from uvloop's releases. v0.19.0 Changes Drop support of Python 3.7 and update CI (#578) (by @fantix in ee5ad26a for #578) Fixes...
Aioredis has been merged into the mainline redis as `redis.asyncio`. Replace `aioredis` with `redis.asyncio` and update the tests. https://github.com/aio-libs/aioredis-py#-aioredis-is-now-in-redis-py-420rc1-