François Voron
e478278474
Documentation: rename benchmark django-restful-framework -> django-rest-framework ( #1119 )
...
* Rename django-rest-framework benchmark
* Add change file for #1119
* Rename django-rest-framework in existing benchmarks results
2019-12-20 11:31:16 +00:00
John Carter
a7ef2d5e1b
Trivial - Fix comment spelling ( #1114 )
...
* Fix comment spelling
* Grammar fix
Co-Authored-By: David Montague <35119617+dmontagu@users.noreply.github.com >
2019-12-19 12:12:52 +00:00
Anthony
1a273f2e64
docs: Fix explanation of case sensitivity for Settings ( #1110 )
...
* docs: Fix explanation of case sensitivity for `Settings`
* Add changes
* Update docs/usage/settings.md
Co-Authored-By: Samuel Colvin <samcolvin@gmail.com >
* Update docs/usage/settings.md
Co-Authored-By: Samuel Colvin <samcolvin@gmail.com >
* Update docs/usage/settings.md
Co-Authored-By: Samuel Colvin <samcolvin@gmail.com >
2019-12-18 14:16:38 +00:00
Aviram Hassan
5510a13f6c
Added optional for root_validator to be skipped if values validation fails ( #1050 )
...
* Added optional for root_validator to be skipped if values validation fails
* cleaner usage of skip_on_failure
* skip_on_failure: documentation update
2019-12-16 11:15:06 +00:00
dependabot-preview[bot]
f37789c87f
Bump mkdocs-material from 4.5.1 to 4.6.0 ( #1096 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 4.5.1 to 4.6.0.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/4.5.1...4.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-12 10:38:34 +00:00
Leo Sussan
36e499fc2c
docs: added Reach to "Using Pydantic" section ( #1095 )
2019-12-12 10:33:51 +00:00
Samuel Colvin
bd72e80e94
Prevent type attributes being added to schema unintentionally ( #1065 )
...
* Prevent type attributes being added to schema unintentionally, fix #1064
* simpler boolean check
* change to __modify_schema__
* better docs
* Update docs/usage/schema.md
Co-Authored-By: dmontagu <35119617+dmontagu@users.noreply.github.com >
2019-12-11 12:01:41 +00:00
Selim Belhaouane
bdc3973d90
Allow schema_extra to be a callable ( #1054 )
...
* fixes for Windows development
* Allow Config.schema_extra to be a callable
2019-12-09 11:01:17 +00:00
dependabot-preview[bot]
fe0be5ffee
Bump mkdocs-material from 4.5.0 to 4.5.1 ( #1066 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/4.5.0...4.5.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-06 11:38:55 +00:00
Samuel Colvin
9255012c08
add version_info to make creating issues easier ( #1071 )
...
* add version_info to make creating issues easier
* improve version_info()
* improve contributing docs
2019-12-04 15:14:53 +00:00
dependabot-preview[bot]
d059fded52
Bump pygments from 2.5.1 to 2.5.2 ( #1046 )
...
Bumps [pygments](https://github.com/pygments/pygments ) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/pygments/pygments/releases )
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES )
- [Commits](https://github.com/pygments/pygments/compare/2.5.1...2.5.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 13:59:44 +00:00
Samuel Colvin
92c9b10a75
clarify meaning of camel case, fix #1056 ( #1063 )
2019-12-02 13:10:39 +00:00
Samuel Colvin
c37ac1c5e6
Warnings for optional required, fix #1047 ( #1048 )
2019-12-02 12:47:56 +00:00
Sebastián Ramírez
d9bbb05a16
Implement Optional required ( #1031 )
...
* Implement Optional required, when creating a ModelField(required=True), make it persist
* Add test for nullable required
* Improve formatting of Undefined custom object
* Refactor field infer/creation with Undefined to make it idempotent
Needed for when _type_analysis is re-run in Generics
* Add PR changes
* Increment/update tests with code review
* Update/refactor Undefined implementation with code review
* Fix BoolUndefined as string type for mypy, not runtime
* Add docs about required Optional
* Add explicit tests for Any
* Apply code review requested changes
* move tests out of test_validators.py
2019-11-28 16:48:33 +00:00
dependabot-preview[bot]
cb82d3c74b
Bump pytest from 5.3.0 to 5.3.1 ( #1036 )
...
* Bump pytest from 5.3.0 to 5.3.1
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.3.0...5.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* combine uprevs
2019-11-28 11:49:07 +00:00
dmontagu
6564bbb4ce
Add parse_as_type function ( #934 )
...
* Add parse_as_type function
* Add changes
* Incorporate feedback
* Add naming tests
* Fix double quotes
* Fix docs example
* Reorder parameters; add dataclass and mapping tests
* Rename parse_as_type to parse_obj, and add parse_file
* Incorporate feedback
* Incorporate feedback
* use custom root types
2019-11-25 12:55:15 +00:00
dmontagu
62bc930f57
Add support for mapping types as custom root ( #958 )
...
* Add support for mapping types as custom root
* Incorporate feedback
* Add changes
* Incorporate feedback
* Add docs and tests
* Fix linting issue
* Incorporate more feedback
* Add more specific match
2019-11-25 12:19:41 +00:00
dmontagu
643266944c
Support typing.Literal in python 3.8 ( #1027 )
...
* Support typing.Literal in python 3.8
* Improve import pattern for Literal
* Update references to in docs
* Try to get build to pass
2019-11-25 11:32:01 +00:00
Colin Sullivan
043186cfcd
add testimonials section to docs with reference to python bytes podcast episode ( #1025 )
...
* add testimonials section with reference to python bytes podcast episode
* added description to changes directory
2019-11-22 16:21:02 +00:00
Weston Hunter
8c0f805d15
Update index.md ( #1012 )
...
Small typo change.
2019-11-19 23:04:58 +00:00
Niko Strijbol
fd32516e0f
Add exclude_none option ( #1003 )
...
* add `exclude_none` option (#587 )
* run formatter
* Apply @samuelcolvin's suggestions
2019-11-18 13:18:51 +00:00
dependabot-preview[bot]
95246ef888
Bump mkdocs-material from 4.4.3 to 4.5.0 ( #1006 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/4.4.3...4.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-18 10:12:56 +00:00
nwalsh1995
c6e192db04
fix typo: 'frozonset' -> 'frozenset' ( #998 )
2019-11-15 20:26:38 +00:00
Daniel Smith
c2e0082800
ByteSize conversion ( #996 )
...
* Bytesize implement to conversion
* Changelog
* Lint: changes to single quotes
* Update tests/test_types.py
Co-Authored-By: Samuel Colvin <samcolvin@gmail.com >
* Update tests/test_types.py
Co-Authored-By: Samuel Colvin <samcolvin@gmail.com >
* Update tests/test_types.py
Co-Authored-By: Samuel Colvin <samcolvin@gmail.com >
2019-11-14 16:22:51 +00:00
Koudai Aono
33b3dc1825
mypy plugin support for dataclasses ( #966 )
...
* mypy plugin support for dataclassesv
* fix styles and types
* - change type-hint for `Config`
- change name of an expected file
- update documents
* fix broken a reference of a document.
* - update unittest
- update documents
* fix a document link
* Update docs/mypy_plugin.md
Co-Authored-By: Samuel Colvin <samcolvin@gmail.com >
* Update docs/mypy_plugin.md
Co-Authored-By: Samuel Colvin <samcolvin@gmail.com >
* Update docs/mypy_plugin.md
Co-Authored-By: Samuel Colvin <samcolvin@gmail.com >
* remove extra whitespaces on mypy test results
* fix output file name of mypy test
* Update docs/usage/dataclasses.md
Co-Authored-By: Samuel Colvin <samcolvin@gmail.com >
* use TypeVar for DataclassType
2019-11-14 11:26:46 +00:00
Samuel Colvin
677537d1f5
Improve benchmarks ( #987 )
...
* add benchmarks for cerberus
* remove toasted-marshmallow, upgrade marshmallow
2019-11-13 15:34:31 +00:00
Samuel Colvin
60a2e92082
correct ad ID
2019-11-11 10:49:30 +00:00
Daniel Smith
b92e74d0a6
Bytesize ( #977 )
...
* ByteSize object
* Human readable format
* Lint, tests, and docs
* Update pydantic/errors.py
Co-Authored-By: Samuel Colvin <samcolvin@gmail.com >
* Update pydantic/types.py
Co-Authored-By: Samuel Colvin <samcolvin@gmail.com >
* Update pydantic/types.py
Co-Authored-By: Samuel Colvin <samcolvin@gmail.com >
* Allows human readable decimal descriptor
* Review comments
* Less verbose testing
* ByteSize docs
* Reworks valid units
* Missing type
* tweak tests
2019-11-09 12:39:02 +00:00
Alexander Hirner
c188b3fba8
Feature/dataclass schema defaults ( #980 )
...
* default dataclass field from default_factory
* silence mypy regarding issue 708
* test dataclass factory function default
* test default factory ending up in schema
* add changes md
* add docs for dataclass default factory and basemodel access
* fully print default factory schema
2019-11-09 12:29:15 +00:00
Samuel Colvin
4218ff7f36
rename cattr > cattrs, update benchmarks
2019-11-08 17:41:12 +00:00
George Sakkis
69737c3aa3
Add benchmark for valideer ( #670 )
...
* Add benchmark for valideer
* valideer version and update benchmarks
* add change
* correct benchmarks
2019-11-08 17:34:39 +00:00
Samuel Colvin
f10680dd75
add buy-sell-ads advert to docs ( #978 )
...
* add buy-sell-ads advert to docs
* hide ad box on mobile
2019-11-08 17:16:46 +00:00
Sebastian Mika
b87ca4ee05
benchmark for cattrs ( #513 )
...
* benchmark for attr
* update HISTORY.rst
* * added benchmark using cattr
* add env "ATTRS=1" to benchmark runner to only compare again the two
and save results in separate csv
* added section to docs/index
* nits
* re-run benchmark with cython pydantic; merge results back to main benchmarks results table
* pin pydantic to top of benchmark report
* remove attrs, fix cattrs
* update benchmarks output
* add change
2019-11-08 17:04:41 +00:00
Daniel Smith
a34118f392
Adds MolSSI to companies ( #983 )
2019-11-08 15:20:20 +00:00
Samuel Colvin
17b5ff42c1
renaming docs examples ( #972 )
...
* renaming docs examples
* tweaks
2019-11-07 14:40:44 +00:00
Samuel Colvin
1d3f7824ec
Fix broken Any and TypeVar behaviour ( #962 )
...
* tests for broken Dict behaviour
* fix Any, support TypeVar
* change type of field.type_
* add docs and example for TypeVar
2019-11-07 12:31:26 +00:00
dmontagu
0c18619769
Mypy plugin ( #722 )
...
* Add mypy plugin
* Make all arguments optional for BaseSettings
* Get test coverage up
* Add changes
* Add type-checking for BaseModel.construct, and checking for from_orm
* Fix formatting and linting
* Fix the build
* Heavy refactor of plugin and mypy tests
* Make linting pass
* Handle dynamic aliases
* Better organize plugin code
* Add docs
* Add support for error codes
* Fix minor docs typo
* Rename config settings, add docstrings, and incorporate other feedback
* Incorporate feedback
* Update docs, remove dataclasses for cython
* fix mypy example
2019-10-31 13:19:01 +01:00
Scott P
347be1cc3c
Fixed PositiveFloat and PositiveInt description ( #945 )
...
* Fixed PositiveFloat and PositiveInt description
changed "negative" word to "positive"
* "a int" -> "an int"
2019-10-30 13:24:48 +01:00
Samuel Colvin
8f8b052ab6
fix PR template
2019-10-24 10:43:49 +01:00
Samuel Colvin
b8bbfec670
release notes for v1 ( #918 )
...
* release notes for v1
* uprev and tweaks
* Apply suggestions from code review
Co-Authored-By: dmontagu <35119617+dmontagu@users.noreply.github.com >
* tweak notes, add back link to old docs
* build changelog
2019-10-23 11:48:14 +01:00
retnikt
dccc4014dc
Clarify documentation and error message about keep_untouched ( #926 )
...
* Clarify keep_untouched documentation (#924 )
* Clarify error message for custom types (#924 )
* Fix tests for changed error message (#924 )
* fix formatting
* remove erroneous error message and add change
2019-10-23 11:14:51 +01:00
retnikt
80c2fb1545
mention python 3.8 in docs ( #927 )
2019-10-23 11:02:34 +01:00
Samuel Colvin
677677e536
modify behaviour of the construct method ( #898 )
...
* modify behaviour of the construct method
* change construct signature
* Add example for construct function (#907 )
* add example for construct
* edit exporting_models
* typo
* add changes file
* code review changes
* fix bad copy paste
* extend example in docs
* use __field_defaults__ in construct
2019-10-23 10:49:05 +01:00
dmontagu
6b5adcc977
Rename skip-defaults, and add ability to exclude actual defaults ( #915 )
...
* Rename skip-defaults, and add ability to exclude actual defaults
* Add __defaults__ and deprecation warnings
* Add note about `skip_defaults` to docs
* Incorporate feedback
* Add tests and changes
* Fix reference to .json()
2019-10-23 10:14:51 +01:00
Samuel Colvin
7db098fa49
get item type in get_annotation_from_field_info ( #909 )
...
* get item type in get_annotation_from_field_info, fix #779
* check constraints are enforced
* add change
* tests for phony constraints
* rewrite get_annotation_from_field_info
* fix tests
* add constaint enforcement to docs
* fix get_annotation_from_field_info coverage
* fix linting
* update docs as per @tiangolo suggestions
2019-10-18 17:41:10 +01:00
nu_no
ca1fa934ec
Add installation from repository ( #900 )
...
It think it's a good idea given that some features that are mentioned in the documentation (such as `root_validator`) are not yet in the current PyPI version.
2019-10-18 10:35:19 +01:00
Trim21
afba60f112
update docs for bool to match code ( #911 )
...
* update docs for bool to match code
* add changelog
2019-10-17 14:57:56 +01:00
Samuel Colvin
ed7b216e5f
Change alias precedence to prefer child models ( #904 )
...
* Change alias precedence to prefer child models
* add docs about alias precedence
* correct change
2019-10-17 10:58:28 +01:00
Samuel Colvin
6cda388c7a
exclude unused files from docs ( #896 )
2019-10-15 00:16:27 +01:00
Ashton Shears
b1e61b415a
change secret types example ( #890 )
...
* change secret types example
* add changes file
* add address review comments
* remove redundant str() call
2019-10-14 18:00:37 +01:00