Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zmievsa/cadwyn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.2.1
Choose a base ref
...
head repository: zmievsa/cadwyn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 5 files changed
  • 4 contributors

Commits on Apr 20, 2026

  1. Support disabling separate input and output schemas (#369)

    There are cases where the validation and serialization schema of a model
    will be different. In this case the default for FastAPI is to generate
    an input schema and an output schema. It can be disabled with an option
    which however is not being passed by Cadwyn down to FastAPI.
    
    
    https://fastapi.tiangolo.com/how-to/separate-openapi-schemas/#model-for-input
    
    Note that the mere presence of defaults is, contrary to what the fastapi
    docs say, not sufficient to produce differing schemas, at least since
    pydantic/pydantic#7275
    
    Co-authored-by: Kostas Koukopoulos </usr/bin/[email protected]>
    kouk and Kostas Koukopoulos authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    e03c6c8 View commit details
    Browse the repository at this point in the history
  2. Bump version to 6.2.2

    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    zmievsa and claude committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    3b836ac View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2026

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