aiohttp-tutorial icon indicating copy to clipboard operation
aiohttp-tutorial copied to clipboard

Aiohttp Mega tutorial. We making full featured async python project with Aiohttp framework. Each release is new video on Youtube channel. Post your issues for new requests

Results 5 aiohttp-tutorial issues
Sort by recently updated
recently updated
newest added

Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.15.0 to 0.21.0. Release notes Sourced from asyncpg's releases. asyncpg v0.21.0 Improvements Add support for password functions (useful for RDS IAM auth) (#554) (by Harvey Frye in...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.10 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.4.2 to 3.7.4. Release notes Sourced from aiohttp's releases. aiohttp 3.7.3 release Features Use Brotli instead of brotlipy [#3803](https://github.com/aio-libs/aiohttp/issues/3803) <https://github.com/aio-libs/aiohttp/issues/3803>_ Made exceptions pickleable. Also changed the repr...

dependencies

It would be great to see how aiohttp developers can manage database schemas automatically using alembic and SQLAlchemy metadata. The migration runner script can be designed using ArgParse or click...