Doctor

Latest version: v3.13.7

Safety actively analyzes 629004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 9

3.0.0beta

------------------------

- First beta release of 3.0. This is a backwards incompatible change. It drops
support for python 2 and defining request parameters through the usage of json
schemas. It's still possible to use the json schemas from previous versions
of doctor to generate new doctor types using doctor.types.json_schema_type.
See the documentation for more information.

1.4.0

-------------------

- Added status_code to Response class.

1.3.5

-------------------

- Fixed a few deprecation warnings about inspect.getargspec when running
doctor using python 3. It will now use inspect.getfullargspec. This
also fixes the issue of not being able to use type hints on logic functions
in python 3.

1.3.4

-------------------

- Removed set operation on decorators when applying them to the logic function.
Since set types don't have an explicit order it caused unpredicatable
behavior as the decorators weren't always applied to the logic function
in the same order with every call.

1.3.3

-------------------

- Add request option to router HTTP method dictionary, which allows you to
override the schema used to validate the request body.

1.3.2

-------------------

- Fixed response validation when the response was an instance of
doctor.response.Response

Page 7 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.