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 v2 #294

Merged
merged 3 commits into from
Feb 9, 2024
Merged

Commits on Feb 7, 2024

  1. Bump actions/download-artifact from 3 to 4

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and evalott100 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6d50394 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Adapted the code to use new pydantic version

    The schema generation code now uses pydantic 2,
    which has been pinned in the `pyproject.toml`.
    evalott100 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    82c6536 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c27a91 View commit details
    Browse the repository at this point in the history