You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Renamed internal API methods to public: `_generate_input_model` and `_generate_output_model` to `generate_input_model` and `generate_output_model`.
- Updated parameter names for clarity: `format` to `output_format` in `context_logger`.
- Improved type annotations across various modules for better type safety.
- Refactored code to enhance quality and reduce duplication, including extraction of validation error handling.
- Added new async middleware methods for improved middleware management.
- Changed `Identity.roles` from a mutable list to an immutable tuple for memory safety.
- Ensured security by specifying encoding when opening YAML files.
- Updated documentation and tests to reflect changes in API and functionality.
0 commit comments