v1.4
Appcore v1.4 (2025-07-20)
Enhancements
- New helper functions with proper type guards on generics used with
gather_asyncwhenreturn_exceptions = True:is_errorandis_value.
Also,Resultis now a protocol.
Repairs
- Proper function signature overloads for
gather_asyncto use with type
narrowing whenreturn_exceptionsisTrue.