-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Comparing changes
Open a pull request
base repository: pydantic/pydantic
base: v1.10.5
head repository: pydantic/pydantic
compare: v1.10.6
- 8 commits
- 14 files changed
- 7 contributors
Commits on Feb 17, 2023
-
* add company announcement to readme and docs * add rocket to readme
Configuration menu - View commit details
-
Copy full SHA for 4b9ed66 - Browse repository at this point
Copy the full SHA 4b9ed66View commit details
Commits on Feb 19, 2023
-
fix: Fix broken link in the docs (Pydantic Models - Data Binding) (#5074
Configuration menu - View commit details
-
Copy full SHA for 314abca - Browse repository at this point
Copy the full SHA 314abcaView commit details
Commits on Mar 1, 2023
-
Fix wrong type for parameter (#5127)
Co-authored-by: JensHeinrich <github.com/JensHeinrich>
Configuration menu - View commit details
-
Copy full SHA for 1840864 - Browse repository at this point
Copy the full SHA 1840864View commit details
Commits on Mar 2, 2023
-
Mark optional params as Optional (#5128)
* Mark optional params as Optional * Fix invalid optionals Caught by @hramezani --------- Co-authored-by: JensHeinrich <github.com/JensHeinrich>
Configuration menu - View commit details
-
Copy full SHA for 7f3b754 - Browse repository at this point
Copy the full SHA 7f3b754View commit details
Commits on Mar 8, 2023
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 9d0edbe - Browse repository at this point
Copy the full SHA 9d0edbeView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2bf4a12 - Browse repository at this point
Copy the full SHA 2bf4a12View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 943f507 - Browse repository at this point
Copy the full SHA 943f507View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf6b884 - Browse repository at this point
Copy the full SHA bf6b884View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.10.5...v1.10.6