marshmallow 3.21.2__py3-none-any.whl → 3.21.3__py3-none-any.whl

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.
marshmallow/schema.py CHANGED
@@ -13,7 +13,6 @@ import warnings
13
13
  from abc import ABCMeta
14
14
  from collections import OrderedDict, defaultdict
15
15
  from collections.abc import Mapping
16
- from functools import lru_cache
17
16
 
18
17
  from marshmallow import base, class_registry, types
19
18
  from marshmallow import fields as ma_fields
@@ -1056,7 +1055,6 @@ class Schema(base.SchemaABC, metaclass=SchemaMeta):
1056
1055
  raise error
1057
1056
  self.on_bind_field(field_name, field_obj)
1058
1057
 
1059
- @lru_cache(maxsize=8) # noqa (https://github.com/PyCQA/flake8-bugbear/issues/310)
1060
1058
  def _has_processors(self, tag) -> bool:
1061
1059
  return bool(self._hooks[(tag, True)] or self._hooks[(tag, False)])
1062
1060
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: marshmallow
3
- Version: 3.21.2
3
+ Version: 3.21.3
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>
@@ -7,12 +7,12 @@ marshmallow/exceptions.py,sha256=DuARdOcirCdJxmlp16V97hQKAXOokvdW12jXtYOlGyk,232
7
7
  marshmallow/fields.py,sha256=3mWgT1TiLzKgdhgWTJYsGe6lVgUz02g8sb63FEEn5hc,72995
8
8
  marshmallow/orderedset.py,sha256=C2aAG6w1faIL1phinbAltbe3AUAnF5MN6n7fzESNDhI,2922
9
9
  marshmallow/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- marshmallow/schema.py,sha256=lcaRjOkHph5NwokwIlJOuQmP_96FIwO6TzwSBd3c_98,49057
10
+ marshmallow/schema.py,sha256=6LgdLVs63eOCO253-dbmyFhVijpQO9nlMmO4NePb0yM,48938
11
11
  marshmallow/types.py,sha256=eHMwQR8-ICX2RHf_i6bgjnhzdanbpBqXuzXuP6jHcNI,332
12
12
  marshmallow/utils.py,sha256=sWciesZ6tS08uX9Z9fzu2lbuut5eh8TKABU-TwgqSms,11886
13
13
  marshmallow/validate.py,sha256=hS7fYC6byDHK9A7A4is0McDMZEzu6GkKke-7unLt2hE,23857
14
14
  marshmallow/warnings.py,sha256=vHQu7AluuWqLhvlw5noXtWWbya13zDXY6JMaVSUzmDs,65
15
- marshmallow-3.21.2.dist-info/LICENSE,sha256=kGtdkFHkJhRMsXOtkRZnuOvQWpxYTCwmwTWzKj7RIAE,1064
16
- marshmallow-3.21.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
17
- marshmallow-3.21.2.dist-info/METADATA,sha256=C7GEuX08QNTfpUvjjiD3GpZtWcPf4kHOJmMYNe6IoW0,7079
18
- marshmallow-3.21.2.dist-info/RECORD,,
15
+ marshmallow-3.21.3.dist-info/LICENSE,sha256=kGtdkFHkJhRMsXOtkRZnuOvQWpxYTCwmwTWzKj7RIAE,1064
16
+ marshmallow-3.21.3.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
17
+ marshmallow-3.21.3.dist-info/METADATA,sha256=fj4yso9TRYDOr1uK6J1CWKCdguaKRy-KEC5gLBKaFsU,7079
18
+ marshmallow-3.21.3.dist-info/RECORD,,