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 custom response input output schema bug #11517

Closed

Commits on May 2, 2024

  1. Add failing test

    slafs committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5cdecf2 View commit details
    Browse the repository at this point in the history
  2. Create response field with proper mode

    Which should be "serialization"
    also for custom response models defined in the `responses` option.
    
    The same way we do that for the "main" response model on line 475.
    
    This fixes issue 1. mentioned in
    #10697
    slafs committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f1eace7 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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

Commits on Sep 3, 2024

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

Commits on Sep 18, 2024

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