Relax pydantic version constraint to allow pydantic v2
3.2.0
Allow `Dyn` filters to modify the event when they match.
3.1.6
Fix type hints for dependency injection with `Depends`, now mypy will consider the value of the `Depends` to be the returned value of the user-supplied callable.
3.1.5
- Add a `py.typed` file to tell mypy we have type annotations
3.1.4
What's Changed * feat: callable processors by marier-nico in https://github.com/marier-nico/event-processor/pull/76
3.1.3
This release fixes a bug with invocation when an event matches several filters.