-
Notifications
You must be signed in to change notification settings - Fork 11
feat: compatible with pydantic 2.12 and python 3.14 #66
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
base: master
Are you sure you want to change the base?
feat: compatible with pydantic 2.12 and python 3.14 #66
Conversation
35fe0e7 to
df357b6
Compare
|
@bolinocroustibat I think everything should be fixed with the CI and Pydantic 2.12, can you rebase this for Python 3.14? |
# Conflicts: # .github/workflows/test_full.yml
2e69da3 to
cdadcf7
Compare
Thanks for your reactivity on this. I rebased on upstream, CI tests seem not to pass though and I'm not sure why. |
|
I might have it working now, can you try and rebase again? Sorry about this, it's a bit tough to test how the workflow runs for forks |
| - uses: actions/checkout@v6 | ||
| with: | ||
| ref: ${{ github.head_ref }} | ||
| ref: ${{ github.ref }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I didn't see this, can you leave the checkout action as it is on master?
Attempt to solve #65