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

[python-fastapi] Fix anyOf schema deserialization / serialization and fix two small other defects #19454

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 26, 2024

  1. Bugfix OpenAPITools#19453 :

    * Fix a bug of deserializing / serializing anyOf schemas
    * Fix a bug where prefix was not extracted from OpenApi file
    * Fix a bug which URL query param default string value having ':' special character
    AntoineDuComptoirDesPharmacies committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e03f58c View commit details
    Browse the repository at this point in the history
  2. - Fix a problem with str default value in query param producing twice…

    … the single quote
    
    - Update samples of python-fastapi codegen
    AntoineDuComptoirDesPharmacies committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c84cb08 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    b2ae036 View commit details
    Browse the repository at this point in the history