Skip to content

build(deps): bump flasgger from 0.9.3 to 0.9.5 #141

New issue

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps flasgger from 0.9.3 to 0.9.5.

Release notes

Sourced from flasgger's releases.

Version 0.9.5

NOTE: 0.9.5.* is the last version that supports Python 2

  • 'swag_from' supports 'pathlib.Path'
  • Added support for OpenAPI3 parameter schema parsing #390
  • Enable optional OpenAPI3 fields #366
  • Fix access to local $ref definition #367
  • Add support for custom validation_function and error_handler
  • Accept pathlib.Path objects as path specification for swag_from
  • Delay RuntimeError for not installing apispec marshmallow in Schema #384
  • Ensure downward compatibility for werkzeug #391
  • Support default configuration merging #383
  • Update swagger-ui to 3.28.0 (improves safety)

0.9.4

  • Changed apispec version supported to 2.0.2
  • Added support for OpenAPI3 callback field
  • Changed jsonschema version supported to jsonschema>=3.0.1
  • Changed json data to be parsed from request directly
  • Changed swagger-ui 3 version to 3.23.1
  • Added support for JWT_AUTH_HEADER_NAME
  • Changed to yaml.safe_load
  • Added support for docExpansion in swagger-ui 2
  • Fixed bug for apispec_to_template definition #301
  • Added support for using external yml file to specify parameter commit by @isaacfi
  • Changed flask-restful abort call to abort(code, e.message)
  • Added definitions to parsed_data validation #330 (flasgger/flasgger@8310196)
  • Added support for Marshmallow Schema in Function Based View #341 (flasgger/flasgger@fbaa7a1)
  • Changed status code for no data to validate from 500 to 400
  • Added require_data kwarg to validate() to make data optional #340
  • Added support for importing OpenAPI3 spec components from config
  • Enable "import:" syntax in template.yml
  • Forward validation_error_handler in Marshmallow APIspec #352

0.9.4.dev2

No release notes provided.

0.9.4.dev1

No release notes provided.

Changelog

Sourced from flasgger's changelog.

0.9.5

  • 'swag_from' supports 'pathlib.Path'
  • Added support for OpenAPI3 parameter schema parsing #390
  • Enable optional OpenAPI3 fields #366
  • Fix access to local $ref definition #367
  • Add support for custom validation_function and error_handler
  • Accept pathlib.Path objects as path specification for swag_from
  • Delay RuntimeError for not installing apispec marshmallow in Schema #384
  • Ensure downward compatibility for werkzeug #391
  • Support default configuration merging #383
  • Update swagger-ui to 3.28.0 (improves safety)

0.9.4

  • Changed apispec version supported to 2.0.2
  • Added support for OpenAPI3 callback field
  • Changed jsonschema version supported to jsonschema>=3.0.1
  • Changed json data to be parsed from request directly
  • Changed swagger-ui 3 version to 3.23.1
  • Added support for JWT_AUTH_HEADER_NAME
  • Changed to yaml.safe_load
  • Added support for docExpansion in swagger-ui 2
  • Fixed bug for apispec_to_template definition #301
  • Added support for using external yml file to specify parameter commit by @isaacfi
  • Changed flask-restful abort call to abort(code, e.message)
  • Added definitions to parsed_data validation #330 (flasgger/flasgger@8310196)
  • Added support for Marshmallow Schema in Function Based View #341 (flasgger/flasgger@fbaa7a1)
  • Changed status code for no data to validate from 500 to 400
  • Added require_data kwarg to validate() to make data optional #340
  • Added support for importing OpenAPI3 spec components from config
  • Enable "import:" syntax in template.yml
  • Forward validation_error_handler in Marshmallow APIspec #352

0.9.2

  • Fixed packaging issue caused by the inclusion of examples #242
  • Enhancement allowing swagger-ui and static js to be loaded from external URLs #245
  • Added ui_params_text to allow raw text to be added to ui_params #244
  • Auto-disable Flasgger caching when running Flask in debug mode #250

0.9.1

  • Updated support for apispec >=0.39.0 #205
  • Added install of etc/flasgger_package in requirements-dev.txt #208
  • repaired key error thrown when a path is given instead of in the func #210
  • fixed static file paths in demo app #213
  • removed pre-compile/cache *.pyc files from dist #137
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants