What's Changed
* Adopt uv by samuelcolvin in https://github.com/pydantic/pytest-examples/pull/38
* lint: raise timeout to avoid flakyness by baloo in https://github.com/pydantic/pytest-examples/pull/37
* support for calling a function/coroutine, e.g. `main` within examples by samuelcolvin in https://github.com/pydantic/pytest-examples/pull/39
* Fix for single line docstrings by alexmojaki in https://github.com/pydantic/pytest-examples/pull/21
* Typechecking by samuelcolvin in https://github.com/pydantic/pytest-examples/pull/40
* lint: use python helper to point to the ruff bin by baloo in https://github.com/pydantic/pytest-examples/pull/41
* Lax whitespace by samuelcolvin in https://github.com/pydantic/pytest-examples/pull/42
New Contributors
* baloo made their first contribution in https://github.com/pydantic/pytest-examples/pull/37
**Full Changelog**: https://github.com/pydantic/pytest-examples/compare/v0.0.13...v0.0.14