We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just a heads-up of a deprecation message emitted in Python3.14
/opt/hostedtoolcache/Python/3.14.0-alpha.6/x64/lib/python3.14/site-packages/cattrs/preconf/json.py:54: in make_converter configure_converter(res) args = () kwargs = {'unstruct_collection_overrides': {<class 'collections.abc.Set'>: <class 'list'>, <class 'collections.Counter'>: <class 'dict'>}} res = <cattrs.preconf.json.JsonConverter object at 0x7fd7ad42f800> /opt/hostedtoolcache/Python/3.14.0-alpha.6/x64/lib/python3.14/site-packages/cattrs/preconf/json.py:35: in configure_converter converter.register_unstructure_hook( converter = <cattrs.preconf.json.JsonConverter object at 0x7fd7ad42f800> /opt/hostedtoolcache/Python/3.14.0-alpha.6/x64/lib/python3.14/site-packages/cattrs/converters.py:345: in register_unstructure_hook if is_union_type(cls): cls = <class 'bytes'> func = <function configure_converter.<locals>.<lambda> at 0x7fd7ad68d010> self = <cattrs.preconf.json.JsonConverter object at 0x7fd7ad42f800> /opt/hostedtoolcache/Python/3.14.0-alpha.6/x64/lib/python3.14/site-packages/cattrs/_compat.py:292: in is_union_type or (isinstance(obj, _UnionGenericAlias) and obj.__origin__ is Union) UnionType = <class 'typing.Union'> obj = <class 'bytes'> /opt/hostedtoolcache/Python/3.14.0-alpha.6/x64/lib/python3.14/typing.py:1652: in __instancecheck__ warnings._deprecated("_UnionGenericAlias", remove=(3, 17)) inst = <class 'bytes'> self = <class 'typing._UnionGenericAlias'>
The text was updated successfully, but these errors were encountered:
Interesting, thanks. Going to be a long while until we can fix this though :(
Sorry, something went wrong.
fix: Ignore deprecation message from cattrs (#1020)
7073e8a
Deprecation message introduced in Python3.14. Filed upstream issue: python-attrs/cattrs#635 Signed-off-by: Cristian Le <[email protected]>
Ignore deprecation message from cattrs
c3c6868
python-attrs/cattrs#635
No branches or pull requests
Just a heads-up of a deprecation message emitted in Python3.14
The text was updated successfully, but these errors were encountered: