What's Changed * Support dispatching Pydantic model; Support implicit event name by melvinkcx in https://github.com/melvinkcx/fastapi-events/pull/53 (A huge thanks to WilliamStam for contributing to this idea)
* Fix compatibility with Pydantic v2 (fixes 45) * Add tox; Add test cases to cover ranges of fastapi, pydantic versions by melvinkcx in https://github.com/melvinkcx/fastapi-events/pull/47
What's Changed * update Starlette-specific test cases for starlette>=0.24 by melvinkcx in https://github.com/melvinkcx/fastapi-events/pull/44 * FastAPI Dependency Support For Local Handler by melvinkcx in https://github.com/melvinkcx/fastapi-events/pull/42
What's Changed * Add OTEL support by melvinkcx in https://github.com/melvinkcx/fastapi-events/pull/35 * remove Starlette as an install dependency by smithk86 in https://github.com/melvinkcx/fastapi-events/pull/38 * add tests and README example for Starlite by smithk86 in https://github.com/melvinkcx/fastapi-events/pull/39 * add nullhandler by melvinkcx in https://github.com/melvinkcx/fastapi-events/pull/40