marshmallow 3.23.0__tar.gz → 3.23.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. {marshmallow-3.23.0 → marshmallow-3.23.1}/CHANGELOG.rst +9 -0
  2. {marshmallow-3.23.0 → marshmallow-3.23.1}/PKG-INFO +5 -11
  3. {marshmallow-3.23.0 → marshmallow-3.23.1}/README.rst +2 -8
  4. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/index.rst +2 -2
  5. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/install.rst +1 -1
  6. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/upgrading.rst +1 -1
  7. {marshmallow-3.23.0 → marshmallow-3.23.1}/pyproject.toml +2 -2
  8. {marshmallow-3.23.0 → marshmallow-3.23.1}/src/marshmallow/fields.py +1 -0
  9. {marshmallow-3.23.0 → marshmallow-3.23.1}/CONTRIBUTING.rst +0 -0
  10. {marshmallow-3.23.0 → marshmallow-3.23.1}/LICENSE +0 -0
  11. {marshmallow-3.23.0 → marshmallow-3.23.1}/NOTICE +0 -0
  12. {marshmallow-3.23.0 → marshmallow-3.23.1}/SECURITY.md +0 -0
  13. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/.gitignore +0 -0
  14. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/_static/css/sponsor-message.css +0 -0
  15. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/_static/css/versionwarning.css +0 -0
  16. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/_static/marshmallow-logo.png +0 -0
  17. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/_templates/donate.html +0 -0
  18. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/_templates/useful-links.html +0 -0
  19. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/about.rst.inc +0 -0
  20. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/api_reference.rst +0 -0
  21. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/authors.rst +0 -0
  22. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/changelog.rst +0 -0
  23. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/code_of_conduct.rst +0 -0
  24. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/conf.py +0 -0
  25. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/contributing.rst +0 -0
  26. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/custom_fields.rst +0 -0
  27. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/dashing.json +0 -0
  28. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/ecosystem.rst +0 -0
  29. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/examples.rst +0 -0
  30. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/extending.rst +0 -0
  31. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/kudos.rst +0 -0
  32. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/license.rst +0 -0
  33. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/marshmallow.class_registry.rst +0 -0
  34. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/marshmallow.decorators.rst +0 -0
  35. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/marshmallow.error_store.rst +0 -0
  36. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/marshmallow.exceptions.rst +0 -0
  37. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/marshmallow.fields.rst +0 -0
  38. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/marshmallow.schema.rst +0 -0
  39. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/marshmallow.utils.rst +0 -0
  40. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/marshmallow.validate.rst +0 -0
  41. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/nesting.rst +0 -0
  42. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/quickstart.rst +0 -0
  43. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/whos_using.rst +0 -0
  44. {marshmallow-3.23.0 → marshmallow-3.23.1}/docs/why.rst +0 -0
  45. {marshmallow-3.23.0 → marshmallow-3.23.1}/src/marshmallow/__init__.py +0 -0
  46. {marshmallow-3.23.0 → marshmallow-3.23.1}/src/marshmallow/base.py +0 -0
  47. {marshmallow-3.23.0 → marshmallow-3.23.1}/src/marshmallow/class_registry.py +0 -0
  48. {marshmallow-3.23.0 → marshmallow-3.23.1}/src/marshmallow/decorators.py +0 -0
  49. {marshmallow-3.23.0 → marshmallow-3.23.1}/src/marshmallow/error_store.py +0 -0
  50. {marshmallow-3.23.0 → marshmallow-3.23.1}/src/marshmallow/exceptions.py +0 -0
  51. {marshmallow-3.23.0 → marshmallow-3.23.1}/src/marshmallow/orderedset.py +0 -0
  52. {marshmallow-3.23.0 → marshmallow-3.23.1}/src/marshmallow/py.typed +0 -0
  53. {marshmallow-3.23.0 → marshmallow-3.23.1}/src/marshmallow/schema.py +0 -0
  54. {marshmallow-3.23.0 → marshmallow-3.23.1}/src/marshmallow/types.py +0 -0
  55. {marshmallow-3.23.0 → marshmallow-3.23.1}/src/marshmallow/utils.py +0 -0
  56. {marshmallow-3.23.0 → marshmallow-3.23.1}/src/marshmallow/validate.py +0 -0
  57. {marshmallow-3.23.0 → marshmallow-3.23.1}/src/marshmallow/warnings.py +0 -0
  58. {marshmallow-3.23.0 → marshmallow-3.23.1}/tests/__init__.py +0 -0
  59. {marshmallow-3.23.0 → marshmallow-3.23.1}/tests/base.py +0 -0
  60. {marshmallow-3.23.0 → marshmallow-3.23.1}/tests/conftest.py +0 -0
  61. {marshmallow-3.23.0 → marshmallow-3.23.1}/tests/foo_serializer.py +0 -0
  62. {marshmallow-3.23.0 → marshmallow-3.23.1}/tests/mypy_test_cases/test_validation_error.py +0 -0
  63. {marshmallow-3.23.0 → marshmallow-3.23.1}/tests/test_decorators.py +0 -0
  64. {marshmallow-3.23.0 → marshmallow-3.23.1}/tests/test_deserialization.py +0 -0
  65. {marshmallow-3.23.0 → marshmallow-3.23.1}/tests/test_error_store.py +0 -0
  66. {marshmallow-3.23.0 → marshmallow-3.23.1}/tests/test_exceptions.py +0 -0
  67. {marshmallow-3.23.0 → marshmallow-3.23.1}/tests/test_fields.py +0 -0
  68. {marshmallow-3.23.0 → marshmallow-3.23.1}/tests/test_options.py +0 -0
  69. {marshmallow-3.23.0 → marshmallow-3.23.1}/tests/test_registry.py +0 -0
  70. {marshmallow-3.23.0 → marshmallow-3.23.1}/tests/test_schema.py +0 -0
  71. {marshmallow-3.23.0 → marshmallow-3.23.1}/tests/test_serialization.py +0 -0
  72. {marshmallow-3.23.0 → marshmallow-3.23.1}/tests/test_utils.py +0 -0
  73. {marshmallow-3.23.0 → marshmallow-3.23.1}/tests/test_validate.py +0 -0
  74. {marshmallow-3.23.0 → marshmallow-3.23.1}/tests/test_version_attributes.py +0 -0
  75. {marshmallow-3.23.0 → marshmallow-3.23.1}/tox.ini +0 -0
@@ -1,6 +1,15 @@
1
1
  Changelog
2
2
  ---------
3
3
 
4
+ 3.23.1 (2024-11-01)
5
+ *******************
6
+
7
+ Support:
8
+
9
+ - Document ``absolute`` parameter of ``URL`` field (:pr:`2327`).
10
+ - Documentation: Remove (outdated) minimum Python 3 minor version in
11
+ documentation and README (:pr:`2323`).
12
+
4
13
  3.23.0 (2024-10-17)
5
14
  *******************
6
15
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: marshmallow
3
- Version: 3.23.0
3
+ Version: 3.23.1
4
4
  Summary: A lightweight library for converting complex datatypes to and from native Python datatypes.
5
5
  Author-email: Steven Loria <sloria1@gmail.com>
6
6
  Maintainer-email: Steven Loria <sloria1@gmail.com>, Jérôme Lafréchoux <jerome@jolimont.fr>, Jared Deckard <jared@shademaps.com>
@@ -23,7 +23,7 @@ Requires-Dist: sphinx==8.1.3 ; extra == "docs"
23
23
  Requires-Dist: sphinx-issues==5.0.0 ; extra == "docs"
24
24
  Requires-Dist: alabaster==1.0.0 ; extra == "docs"
25
25
  Requires-Dist: sphinx-version-warning==1.1.2 ; extra == "docs"
26
- Requires-Dist: autodocsumm==0.2.13 ; extra == "docs"
26
+ Requires-Dist: autodocsumm==0.2.14 ; extra == "docs"
27
27
  Requires-Dist: pytest ; extra == "tests"
28
28
  Requires-Dist: simplejson ; extra == "tests"
29
29
  Project-URL: Changelog, https://marshmallow.readthedocs.io/en/latest/changelog.html
@@ -62,10 +62,10 @@ marshmallow: simplified object serialization
62
62
  Sponsor Message
63
63
  ===============
64
64
 
65
- Input an OpenAPI spec to generate API docs that look as good as Stripe's. `Request a preview <https://form.typeform.com/to/bShdJw7z>`_ of your docs on Fern.
65
+ Input an OpenAPI spec to generate API docs that look as good as Stripe's. `Request a preview <https://form.typeform.com/to/uc55zY0F>`_ of your docs on Fern.
66
66
 
67
67
  .. image:: https://github.com/user-attachments/assets/69916225-0d61-4bd7-b3b9-e378557673cb
68
- :target: https://form.typeform.com/to/bShdJw7z
68
+ :target: https://form.typeform.com/to/uc55zY0F
69
69
  :align: center
70
70
  :alt: Fern logo
71
71
 
@@ -114,17 +114,11 @@ Get It Now
114
114
 
115
115
  $ pip install -U marshmallow
116
116
 
117
-
118
117
  Documentation
119
118
  =============
120
119
 
121
120
  Full documentation is available at https://marshmallow.readthedocs.io/ .
122
121
 
123
- Requirements
124
- ============
125
-
126
- - Python >= 3.9
127
-
128
122
  Ecosystem
129
123
  =========
130
124
 
@@ -25,10 +25,10 @@ marshmallow: simplified object serialization
25
25
  Sponsor Message
26
26
  ===============
27
27
 
28
- Input an OpenAPI spec to generate API docs that look as good as Stripe's. `Request a preview <https://form.typeform.com/to/bShdJw7z>`_ of your docs on Fern.
28
+ Input an OpenAPI spec to generate API docs that look as good as Stripe's. `Request a preview <https://form.typeform.com/to/uc55zY0F>`_ of your docs on Fern.
29
29
 
30
30
  .. image:: https://github.com/user-attachments/assets/69916225-0d61-4bd7-b3b9-e378557673cb
31
- :target: https://form.typeform.com/to/bShdJw7z
31
+ :target: https://form.typeform.com/to/uc55zY0F
32
32
  :align: center
33
33
  :alt: Fern logo
34
34
 
@@ -77,17 +77,11 @@ Get It Now
77
77
 
78
78
  $ pip install -U marshmallow
79
79
 
80
-
81
80
  Documentation
82
81
  =============
83
82
 
84
83
  Full documentation is available at https://marshmallow.readthedocs.io/ .
85
84
 
86
- Requirements
87
- ============
88
-
89
- - Python >= 3.9
90
-
91
85
  Ecosystem
92
86
  =========
93
87
 
@@ -8,10 +8,10 @@ Release v\ |version|. (:doc:`Changelog <changelog>`)
8
8
 
9
9
  .. admonition:: Sponsor Message
10
10
 
11
- Input an OpenAPI spec to generate API docs that look as good as Stripe's. `Request a preview <https://form.typeform.com/to/bShdJw7z>`_ of your docs on Fern.
11
+ Input an OpenAPI spec to generate API docs that look as good as Stripe's. `Request a preview <https://form.typeform.com/to/uc55zY0F>`_ of your docs on Fern.
12
12
 
13
13
  .. image:: https://github.com/user-attachments/assets/69916225-0d61-4bd7-b3b9-e378557673cb
14
- :target: https://form.typeform.com/to/bShdJw7z
14
+ :target: https://form.typeform.com/to/uc55zY0F
15
15
  :align: center
16
16
  :alt: Fern logo
17
17
 
@@ -3,7 +3,7 @@
3
3
  Installation
4
4
  ============
5
5
 
6
- **marshmallow** requires Python >= 3.8. It has no external dependencies other than the `packaging` library.
6
+ **marshmallow** has no external dependencies other than the `packaging` library.
7
7
 
8
8
  Installing/Upgrading from the PyPI
9
9
  ----------------------------------
@@ -62,7 +62,7 @@ Upgrading to 3.0
62
62
  Python compatibility
63
63
  ********************
64
64
 
65
- The marshmallow 3.x series supports Python >= 3.8.
65
+ The marshmallow 3.x series requires Python 3.
66
66
 
67
67
 
68
68
  Schemas are always strict
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "marshmallow"
3
- version = "3.23.0"
3
+ version = "3.23.1"
4
4
  description = "A lightweight library for converting complex datatypes to and from native Python datatypes."
5
5
  readme = "README.rst"
6
6
  license = { file = "LICENSE" }
@@ -37,7 +37,7 @@ docs = [
37
37
  "sphinx-issues==5.0.0",
38
38
  "alabaster==1.0.0",
39
39
  "sphinx-version-warning==1.1.2",
40
- "autodocsumm==0.2.13",
40
+ "autodocsumm==0.2.14",
41
41
  ]
42
42
  tests = ["pytest", "simplejson"]
43
43
  dev = ["marshmallow[tests]", "tox", "pre-commit>=3.5,<5.0"]
@@ -1692,6 +1692,7 @@ class Url(String):
1692
1692
 
1693
1693
  :param default: Default value for the field if the attribute is not set.
1694
1694
  :param relative: Whether to allow relative URLs.
1695
+ :param absolute: Whether to allow absolute URLs.
1695
1696
  :param require_tld: Whether to reject non-FQDN hostnames.
1696
1697
  :param schemes: Valid schemes. By default, ``http``, ``https``,
1697
1698
  ``ftp``, and ``ftps`` are allowed.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes