dependabot[bot] ab8a774924
build(deps): bump pydantic from 1.8.2 to 1.10.13 in /21-async/mojifinder
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.8.2 to 1.10.13.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v1.8.2...v1.10.13)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 1.10.13
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-19 19:55:09 +00:00
..
2021-09-10 12:34:39 -03:00
2021-09-10 12:34:39 -03:00

Sample code for Chapter 22 - "Asynchronous programming"

From the book "Fluent Python, Second Edition" by Luciano Ramalho (O'Reilly, 2021)
https://learning.oreilly.com/library/view/fluent-python-2nd/9781492056348/