fastapi-asyncapi
fastapi-asyncapi copied to clipboard
feat: support documenting websocket messages
This PR introduces:
- work with pydantic 2+
- allow you to document the messages that your websocket uses
Let's do a release 🙏 @Kludex
@Kludex
IIRC, i didnt change anything with the pydantic rather than the direct import of the schema. So it should work with lower versions as well :)