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

Release 0.22.0 #1170

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Release 0.22.0 #1170

merged 1 commit into from
Dec 9, 2024

Conversation

knope-bot[bot]
Copy link
Contributor

@knope-bot knope-bot bot commented Nov 23, 2024

Important

Merging this pull request will create this release

Breaking Changes

Drop support for Python 3.8

Python 3.8 is no longer supported. "New" 3.9 syntax, like generics on builtin collections, is used both in the generator
and the generated code.

type is now a reserved field name

Because type is used in type annotations now, it is no longer a valid field name. Fields which were previously named
type will be renamed to type_.

Features

@johnthagen
Copy link
Collaborator

johnthagen commented Dec 9, 2024

@dbanty In order for projects to update to Ruff 0.8, would it be possible to release 0.22? We are hitting the issue discussed below where we need to lock our version of openapi-python-client and Ruff, but if the package resolver selects a newer Ruff first, it will downgrade openapi-python-client to a very old version:

@dbanty dbanty added this pull request to the merge queue Dec 9, 2024
Merged via the queue into main with commit 72f3f5a Dec 9, 2024
36 checks passed
@dbanty dbanty deleted the knope/release branch December 9, 2024 17:45
@dbanty
Copy link
Collaborator

dbanty commented Dec 9, 2024

@johnthagen should be good to go now, sorry about that!

@johnthagen
Copy link
Collaborator

@dbanty Not a problem. We just did our upgrade using 0.22 and everything worked as expected now. Thanks! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants