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 apiflask once it publishes a version that has deterministic field order for generated openapi specs #59

Open
lorenyu opened this issue Jan 3, 2023 · 2 comments
Labels
good first issue Good for newcomers

Comments

@lorenyu
Copy link
Contributor

lorenyu commented Jan 3, 2023

No description provided.

@lorenyu lorenyu changed the title Update apiflask once it publishes a version that has deterministic field order Update apiflask once it publishes a version that has deterministic field order for generated openapi specs Jan 3, 2023
@acouch
Copy link
Member

acouch commented Nov 3, 2023

Looks like this was fixed with 1.2.0 and that the workaround of class XXSchema(request_schema.OrderedSchema): could be replaced with class XXSchema(marshmallow.Schema):.

@lorenyu
Copy link
Contributor Author

lorenyu commented Dec 6, 2023

@acouch nice. removing the waiting label

@lorenyu lorenyu added good first issue Good for newcomers and removed waiting labels Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants