- 
                Notifications
    
You must be signed in to change notification settings  - Fork 48
 
feat!: added support for msgspec schemas now called Schema along with refactoring volutpous schemas to now be called LegacySchema #844
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: main
Are you sure you want to change the base?
Conversation
…refactoring volutpous schemas to now be called LegacySchema
b836118    to
    e9b2333      
    Compare
  
    | 
           I see this is failing the free-threading tests; I think that's probably fine - it's not officially supported here yet. AFAICT, free-threading is supported in the unreleased version of msgspec, and they expect to release soon, so we can pick it up when they do.  | 
    
Over in taskcluster#844, free-threaded python tests are causing `complete-pr` not to run because `msgspec` hasn't released a version that supports it yet. This highlights the fact that free-threading is not officially supported in Taskgraph yet, so we shouldn't block other tasks on these tests.
Over in taskcluster#844, free-threaded python tests are causing `complete-pr` not to run because `msgspec` hasn't released a version that supports it yet. This highlights the fact that free-threading is not officially supported in Taskgraph yet, so we shouldn't block other tasks on these tests.
Over in #844, free-threaded python tests are causing `complete-pr` not to run because `msgspec` hasn't released a version that supports it yet. This highlights the fact that free-threading is not officially supported in Taskgraph yet, so we shouldn't block other tasks on these tests.
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.
Per https://www.conventionalcommits.org/en/v1.0.0/, please make the prefix feat!: to denote that it's a breaking change. I'd also make the summary shorter, and include the extra context about LegacySchema in a new paragraph.
If you could also update docs/reference/migrations.rst with how to deal with the backwards incompatibility, that would be appreciated! Just make a new 18.x section
Over in taskcluster#844, free-threaded python tests are causing `complete-pr` not to run because `msgspec` hasn't released a version that supports it yet. This highlights the fact that free-threading is not officially supported in Taskgraph yet, so we shouldn't block other tasks on these tests.
No description provided.