Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix YAML configurations #78

Merged
merged 1 commit into from
Aug 13, 2023
Merged

Commits on Aug 10, 2023

  1. fix YAML configurations

    During the migration to Pydantic 2 the YAML 'safeload' strategy has been replaced with `baseload`.
    
    This means that YAML values like `hex`, e.g.: 0x2a will be interpreted as a string instead of HEX and you will need to cast those in your Pydantic models which is no fun, this patch restores the old behaviour which I assume is the intended behaviour.
    jpoppe authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0724c49 View commit details
    Browse the repository at this point in the history