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

Support minor version and patch upgrades for pydantic v2 #298

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

as51340
Copy link
Contributor

@as51340 as51340 commented Jan 5, 2024

Description

Gqlalchemy will now support all versions from pydantic v2 compatible with 2.3.0

Pull request type

Please delete options that are not relevant.

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring with functional or API changes
  • Refactoring without functional or API changes
  • Build or packaging related changes
  • Documentation content changes
  • Other (please describe):

Related issues

Delete section if this PR doesn't resolve any issues.

Closes (link to issue)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

######################################

Reviewer checklist (the reviewer checks this part)

  • Core feature implementation
  • Tests
  • Code documentation
  • Documentation on gqlalchemy/docs

######################################

@as51340 as51340 self-assigned this Jan 5, 2024
@as51340 as51340 changed the title Support minor patches and upgrades from pydantic v2 Support minor version and patch upgrades for pydantic v2 Jan 5, 2024
@as51340 as51340 linked an issue Jan 5, 2024 that may be closed by this pull request
Copy link
Contributor

@antepusic antepusic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should do the job

@as51340 as51340 merged commit 6555091 into main Jan 5, 2024
28 checks passed
@katarinasupe katarinasupe added this to the v1.5.1 milestone Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pydantic version
3 participants