InvokeAI/invokeai/app/api
psychedelicious 2dc752ea83 feat(events): simplify event classes
- Remove ABCs, they do not work well with pydantic
- Remove the event type classvar - unused
- Remove clever logic to require an event name - we already get validation for this during schema registration.
- Rename event bases to all end in "Base"
2024-05-27 09:06:02 +10:00
..
routers refactor(events): use pydantic schemas for events 2024-05-27 09:06:02 +10:00
dependencies.py refactor(events): use pydantic schemas for events 2024-05-27 09:06:02 +10:00
no_cache_staticfiles.py fix(api): typo in no_cache_staticfiles.py 2024-01-22 16:10:25 +11:00
sockets.py feat(events): simplify event classes 2024-05-27 09:06:02 +10:00