Skip to content

Refactor error and model definitions to use type hints for raw data - #7

Merged
Robersan2212 merged 1 commit into
mainfrom
build-pipeline
Apr 9, 2026
Merged

Refactor error and model definitions to use type hints for raw data#7
Robersan2212 merged 1 commit into
mainfrom
build-pipeline

Conversation

@Robersan2212

Copy link
Copy Markdown
Collaborator
  • Updated the raw field in multiple classes across error and model files to use dict[str, Any] for better type safety and clarity.
  • Added from typing import Any to relevant files to support the new type annotations.
  • Ensured consistency in the definition of raw fields in AdapterError, ErrorResponse, and various model classes.

- Updated the `raw` field in multiple classes across error and model files to use `dict[str, Any]` for better type safety and clarity.
- Added `from typing import Any` to relevant files to support the new type annotations.
- Ensured consistency in the definition of `raw` fields in `AdapterError`, `ErrorResponse`, and various model classes.
@Robersan2212
Robersan2212 merged commit d5eeb26 into main Apr 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant