10000 Comparing v1.7.2...v1.7.4 · 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.7.2
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.7.4
Choose a head ref
  • 13 commits
  • 15 files changed
  • 6 contributors

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    c76a5b9 View commit details
    Browse the repository at this point in the history
  2. Fixes a regression where Enum fields would not propagate keyword argu…

    …ments to the schema (#2109)
    
    fix #2108
    
    * Fix schema extra not being included when field type is Enum
    
    * Code format
    
    * More code format
    
    * Add changes file
    
    Co-authored-by: Ben Martineau <b.martineau@iwoca.co.uk>
    2 people authored and samuelcolvin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    0b5d74e View commit details
    Browse the repository at this point in the history
  3. fix: update all modified field values in root_validator when `valid…

    …ate_assignment` is on (#2119)
    
    * fix: update all modified field values in `root_validator` when `validate_assignment` is on
    
    closes #2116
    
    * chore: update root_validator name
    
    Co-authored-by: Arthur Pastel <arthur.pastel@gmail.com>
    
    Co-authored-by: Arthur Pastel <arthur.pastel@gmail.com>
    2 people authored and samuelcolvin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    bc4092b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d2b4d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ae40a2 View commit details
    Browse the repository at this point in the history
  6. Fix #2111: support pickle for built-in dataclasses (#2114)

    * 2111: support pickle for built-in dataclasses
    
    * 2111: add changes
    
    * 2111: simplify test
    
    * return original name + handle similar names
    
    * add additional check
    
    * fix a misspell
    
    * remove useless f-string
    
    * cleanup test
    
    Co-authored-by: Samuel Colvin <s@muelcolvin.com>
    aimestereo and samuelcolvin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    b1bb6e0 View commit details
    Browse the repository at this point in the history
  7. uprev and add history

    samuelcolvin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    08922c3 View commit details
    Browse the repository at this point in the history
  8. tempoarily pin pip

    samuelcolvin committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    00a128a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Merge pull request from GHSA-5jqp-qgf6-3pvh

    * fix infinite loop in datetime parsing
    
    * add change description
    
    * switch to set a max datetime number
    samuelcolvin committed May 11, 2021
    Configuration menu
    Copy the full SHA
    80e0dd3 View commit details
    Browse the repository at this point in the history
  2. prepare for release

    samuelcolvin committed May 11, 2021
    Configuration menu
    Copy the full SHA
    f461cb0 View commit details
    Browse the repository at this point in the history
  3. hack tests into passing

    samuelcolvin committed May 11, 2021
    Configuration menu
    Copy the full SHA
    4c1fea6 View commit details
    Browse the repository at this point in the history
  4. comment out broken tests

    samuelcolvin committed May 11, 2021
    Configuration menu
    Copy the full SHA
    b3ecf68 View commit details
    Browse the repository at this point in the history
  5. tweak history

    samuelcolvin committed May 11, 2021
    Configuration menu
    Copy the full SHA
    e3d1c16 View commit details
    Browse the repository at this point in the history
Loading
0