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

Fix mssing Pydantic Calculated Fields #141

Merged
merged 2 commits into from
Jan 28, 2024
Merged

Conversation

thebmw
Copy link
Contributor

@thebmw thebmw commented Jan 24, 2024

Fixed issue with pydantic computed fields not appearing in openapi.json.

Checklist:

  • Run pytest tests and no failed.
  • Run flake8 flask_openapi3 tests examples and no failed.
  • Run mypy flask_openapi3 and no failed.
  • Run mkdocs serve and no failed.

fix #139

Fixed issue with pydantic computed fields not appearing in openapi.json.
@luolingchun luolingchun changed the title Fix for bug #139 Fix mssing Pydantic Calculated Fields Jan 28, 2024
@luolingchun luolingchun merged commit f4d172e into luolingchun:master Jan 28, 2024
10 checks passed
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.

Missing Pydantic Calculated Fields From openapi.json
2 participants