Pyswagger

Latest version: v0.8.39

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

Scan your dependencies

0.8.39

- Fix the issue that case insensitive keys in headers not working

0.8.38

- Allow to access headers with case insensitive keys
- Drop support to py3.3 because of Tornado

0.8.37

- Fix loading error on 'yaml' document
- Fix parameter renderer failed on int/number without 'format'
- Windows Support

0.8.33

- Support customized headers when making requests

0.8.17

- (not support anymore) implicit dereferencing, which is conflict with 'relative file reference'
json
"definitions":{
"User":{
},
"AuthorizedUser":{
"$ref": "User" --> deferenced to "/definitions/User"
}
}

- __NEW__ relative file reference

"definitions":{
"User": {
"$ref": "other_folder/User.json"
}
}

- __NEW__ the root object of external documents can be any object (need to be an Swagger/PathItem object before this version)
- fix issue: use 'netloc' only when no host provided.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.