Closed
Description
Since marshmallow-code/marshmallow#2227 and marshmallow-code/apispec#878 were released there are deprecation warnings are raising across the project:
.venv/lib/python3.12/site-packages/flask_apispec/wrapper.py:13: DeprecationWarning: The '__version__'
attribute is deprecated and will be removed in in a future version. Use feature
detection or 'importlib.metadata.version("marshmallow")' instead.
[int(part) for part in ma.__version__.split('.') if part.isdigit()]
.venv/lib/python3.12/site-packages/flask_apispec/apidoc.py:15: DeprecationWarning: The '__version__'
attribute is deprecated and will be removed in in a future version. Use feature
detection or 'importlib.metadata.version("apispec")' instead.
[int(part) for part in apispec.__version__.split('.') if part.isdigit()]
Metadata
Metadata
Assignees
Labels
No labels