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

Update pydantic to version 2.4 #46

Merged
merged 12 commits into from
Jan 5, 2024
Merged

Update pydantic to version 2.4 #46

merged 12 commits into from
Jan 5, 2024

Commits on Jan 5, 2024

  1. try

    heltluke committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    ff5d716 View commit details
    Browse the repository at this point in the history
  2. bump dotenv down

    heltluke committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3b71eb9 View commit details
    Browse the repository at this point in the history
  3. changes from bump-pydantic

    heltluke committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c21f34a View commit details
    Browse the repository at this point in the history
  4. fmt

    heltluke committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    ee52763 View commit details
    Browse the repository at this point in the history
  5. pydantic-settings

    heltluke committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f427b86 View commit details
    Browse the repository at this point in the history
  6. investigate

    heltluke committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    337e582 View commit details
    Browse the repository at this point in the history
  7. simplify

    heltluke committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3df35fe View commit details
    Browse the repository at this point in the history
  8. v1

    heltluke committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c655d84 View commit details
    Browse the repository at this point in the history
  9. CHANGELOG

    heltluke committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    6f2c637 View commit details
    Browse the repository at this point in the history
  10. Better Pydantic v2 support (#47)

    * Add `pydantic-settings` as a new dependency
    
    * Replace nested `Config` class with `SettingsConfigDict`
    
    * Import Pydantic v2 `ValidationError`
    
    * Fix Pydantic v2 warnings by using `model_dump()`
    
    * Update tests to reflect Pydantic v2 changes
    
    * Replace Python 3.7 support with Python 3.11
    
    * Write Python versions as strings in GHA workflows
    
    * Drop CI support for Python 3.11
    Mandrenkov authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    02c58ed View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9074dcb View commit details
    Browse the repository at this point in the history
  12. current release

    Co-authored-by: Mikhail Andrenkov <Mandrenkov@users.noreply.github.com>
    heltluke and Mandrenkov authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    a614f30 View commit details
    Browse the repository at this point in the history