restdoctor
restdoctor copied to clipboard
BestDoctor's batteries for REST services
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.20.0 to 3.7.0. Release notes Sourced from pre-commit's releases. pre-commit v3.7.0 Features Use a tty for docker and docker_image hooks when --color is specified. #3122 PR by...
Bumps [pytest-factoryboy](https://github.com/pytest-dev/pytest-factoryboy) from 2.5.0 to 2.7.0. Changelog Sourced from pytest-factoryboy's changelog. Changelog Unreleased Declare required python version >= 3.8. (python 3.7 support was already removed in 2.6.0, the declared supported...
Bumps [flake8-functions](https://github.com/best-doctor/flake8-functions) from 0.0.7 to 0.0.8. Release notes Sourced from flake8-functions's releases. v0.0.8 fix typo upgrade safety lib (requirements_dev.txt, not affect users) downgrade packaging lib (requirements_dev.txt, not affects users) Commits...
Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.5.2 to 4.8.0. Release notes Sourced from pytest-django's releases. 4.8.0 https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-8-0-2024-01-30 4.7.0 https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-7-0-2023-11-08 4.6.0 https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-6-0-2023-10-30 Changelog Sourced from pytest-django's changelog. v4.8.0 (2024-01-30) Improvements ^^^^^^^^^^^^ Added pytest_django.asserts.assertMessages() to...
https://github.com/best-doctor/restdoctor/blob/master/restdoctor/rest_framework/fields.py#L15 ``` class DateTimeField(BaseDateTimeField): def to_representation( self, value: datetime.datetime, ) -> Union[Optional[str], datetime.datetime]: if not value: return None output_format = getattr(self, 'format', api_settings.DATETIME_FORMAT) if output_format is None or isinstance(value, str):...
Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.9.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Mypy 1.9 We’ve just uploaded mypy 1.9 to the Python Package Index (PyPI). Mypy is a...
It uses parse_header_parameters from django.utils.http from version 4.2
Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.10.1. Changelog Sourced from mypy's changelog. Mypy 1.10.1 Fix error reporting on cached run after uninstallation of third party library (Shantanu, PR 17420) Acknowledgements Thanks...
Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.1.0. Commits 65a38c4 Release 7.1.0 34c97e0 Merge pull request #1939 from PyCQA/new-pycodestyle defd315 latest pycodestyle 408d4d6 Merge pull request #1930 from mzagol/patch-1 866ad72 Add --extend-exclude...