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: pydantic/pydantic-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.24.1
Choose a base ref
...
head repository: pydantic/pydantic-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.25.0
Choose a head ref
  • 2 commits
  • 12 files changed
  • 1 contributor

Commits on Apr 17, 2023

  1. Computed fields (#547)

    * implement computed fields 🎉
    
    * dataclass properties
    
    * catch errors in properties
    
    * fix include and exclude
    
    * add example from pydantic/pydantic#2625, fix by_alias
    
    * fix on older python
    samuelcolvin authored Apr 17, 2023
    1 Configuration menu
    Copy the full SHA
    3c553b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. uprev

    samuelcolvin committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    da55777 View commit details
    Browse the repository at this point in the history
Loading