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.4
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.5
Choose a head ref
  • 13 commits
  • 21 files changed
  • 10 contributors

Commits on Dec 30, 2022

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

Commits on Jan 9, 2023

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

Commits on Jan 11, 2023

  1. Fix typo in Field function docstring (#4931) (#4932)

    Co-authored-by: Daniel Kjellid <42611331+danielkjellid@users.noreply.github.com>
    github-actions[bot] and danielkjellid authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    5121777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bb8922 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

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

Commits on Feb 6, 2023

  1. Handle X | Y union in GenericModel (#4977)

    * Fix X | Y union syntax breaks GenericModel (#4146)
    
    * Update changes/4146-thenx.md
    
    Co-authored-by: ⬢ Samuel Colvin <s@muelcolvin.com>
    
    * Improve tests
    
    * Recreate newstyle union via typing._UnionGenericAlias
    
    * Add basic pep-604 union args order caching detection test
    
    ---------
    
    Co-authored-by: ⬢ Samuel Colvin <s@muelcolvin.com>
    thenx and samuelcolvin authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    a699707 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Dataclass deepcopy 1.10 (#4963)

    * add test to reproduce #4949
    
    * fix infinitely recursive deepcopy
    
    * add test for shallow copy of wrapped dataclass
    
    * fix infinitely recursive copy of wrapped dataclass
    
    ---------
    
    Co-authored-by: Martin Billinger-Finke <2392396+mbillingr@users.noreply.github.com>
    mbillingr and mbillingr authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    0558af4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Invalidate mypy cache if config changes (#5007) (#5023)

    * Invalidate mypy cache if config changes
    
    * Add docstring
    
    * Add change description
    
    Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
    github-actions[bot] and cdce8p authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ce45f6e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. fix: Fix broken parametrized bases with GenericModels (#5052)

    * Use weak refs for caches
    
    * Fix type
    
    * Update tests, add tests
    
    * Update tests, add tests
    
    * Python version check
    
    * Improve type
    
    * Add changes file
    
    * Add comment
    
    * add memray memory use test
    
    * update deps
    
    * use py37 generics
    
    * move into another stage ci
    
    * fix decorator
    
    * fix assertion
    
    * Remove unused LimitedDict. Add test check and comment
    
    * Try fix memray usage
    
    * Ignore mypy checks with memray
    
    * tweak test setup and ci
    
    ---------
    
    Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
    Co-authored-by: Samuel Colvin <s@muelcolvin.com>
    3 people authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    aea3449 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce35972 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96dc2e0 View commit details
    Browse the repository at this point in the history
  4. prepare for v1.10.5

    samuelcolvin committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    b0215d1 View commit details
    Browse the repository at this point in the history
Loading