10000 Comparing v1.10.5...v1.10.6 · pydantic/pydantic · GitHub
[go: up one dir, main page]

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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.5
Choose a base ref
...
head repository: pydantic/pydantic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.6
Choose a head ref
  • 8 commits
  • 14 files changed
  • 7 contributors

Commits on Feb 17, 2023

  1. Announcement (#5069)

    * add company announcement to readme and docs
    
    * add rocket to readme
    samuelcolvin authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    4b9ed66 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. fix: Fix broken link in the docs (Pydantic Models - Data Binding) (#5074

    )
    
    * Broken Link fixed
    
    * Wrong link: Fixed. Refers to the latest stable version now
    
    * Update docs/usage/models.md
    
    Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>
    
    ---------
    
    Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>
    mrmammadov and hramezani authored Feb 19, 2023
    Configuration menu
    Copy the full SHA
    314abca View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Fix wrong type for parameter (#5127)

    Co-authored-by: JensHeinrich <github.com/JensHeinrich>
    JensHeinrich authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    1840864 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Mark optional params as Optional (#5128)

    * Mark optional params as Optional
    
    * Fix invalid optionals
    
    Caught by @hramezani
    
    ---------
    
    Co-authored-by: JensHeinrich <github.com/JensHeinrich>
    JensHeinrich authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    7f3b754 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. [cherry-pick] Fix mypy plugin for 1.1.0 (#5077) (#5111)

    * Fix mypy plugin for 1.1.0 (#5077)
    
    * Fix mypy plugin for 1.1.0
    * Code review
    * Add version key to plugin data
    
    (cherry picked from commit 6267ae3)
    
    * Change file name
    
    * Add the changes from #5120
    
    * Update changes file
    
    * Remove additional unneeded dataclass import (from #5120)
    
    ---------
    
    Co-authored-by: David Montague <35119617+dmontagu@users.noreply.github.com>
    cdce8p and dmontagu authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    9d0edbe View commit details
    Browse the repository at this point in the history
  2. Use getattr and default for qualname (#5126)

    * Use getattr and default for qualname
    
    Was suggested in python/cpython#102323 by @sobolevn.
    Fixes #5101
    Superceedes #5102
    
    * Import tests from #5102
    
    * Fix signature generation for functools
    
    * Use getattr and default for name
    
    * Remove expectation of error from tests
    
    * Reset tracked validators
    
    * Describe changes
    
    * Use getattr and default for module
    
    * Use id as fallback
    
    * Tweak name formatting
    
    ---------
    
    Co-authored-by: JensHeinrich <github.com/JensHeinrich>
    Co-authored-by: David Montague <35119617+dmontagu@users.noreply.github.com>
    JensHeinrich and dmontagu authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    2bf4a12 View commit details
    Browse the repository at this point in the history
  3. Raise ValidationError for unhashable discriminator values (#5132)

    * Demonstrate #4773
    
    * Raise `ValidationError` for unhashable discriminator values
    
    Fixes #4773
    
    * Update tests/test_discrimated_union.py
    
    * Update pydantic/fields.py
    
    ---------
    
    Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>
    Co-authored-by: David Montague <35119617+dmontagu@users.noreply.github.com>
    3 people authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    943f507 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf6b884 View commit details
    Browse the repository at this point in the history
Loading
0