MAINT: Update All minor pipenv changes #162
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.16.6
->==0.19.4
==0.4.4
->==0.6.3
==0.5.7
->==0.7.1
==0.16.0
->==0.20.1
Release Notes
python-openapi/openapi-core (openapi_core)
v0.19.4
Compare Source
Features
Bug fixes
v0.19.3
Compare Source
Bug fixes
base_uri
from schema path for spec validation #859Deprecations
spec_base_uri
configuration is deprecated. Usebase_uri
parameter inOpenAPI.from_dict
andOpenAPI.from_file
if you want to define it. #859v0.19.2
Compare Source
Bug fixes
v0.19.1
Compare Source
Features
Bug fixes
v0.19.0
Compare Source
This version focuses on OpenAPI app and support for binary requests and responses.
Features
SchemaPath
from jsonschema-path package #690mimetype
withcontent_type
to include content parameters #699Bug fixes
Deprecations
Spec
class is deprecated. UseSchemaPath
from jsonschema-path package.Breaking changes
request_class
/response_class
renamed torequest_cls
/response_cls
in unmarshalling processors (Django, Falcon and Flask integrations) #667ParameterDeserializersFactory
renamed toStyleDeserializersFactory
#676Spec
object creation and moved to be part ofOpenAPI
object creation. #686 #716Request
andResponse
protocols'mimetype
attribute replaced withcontent_type
#699Request
protocol'sbody
attribute returns bytes instead of str #710Response
protocol'sdata
attribute returns bytes instead of str #710FormatUnmarshalError
v0.18.2
Compare Source
Bug fixes
v0.18.1
Compare Source
Bug fixes
Features
FalconOpenAPIMiddleware
,FlaskOpenAPIView
,FlaskOpenAPIViewDecorator
) #623Documentation
v0.18.0
Compare Source
This version drops support for Python 3.7
Upgrades
Deprecations
spec_url
parameter ofSpec.from_dict
is deprecated. Usebase_uri
instead. #597ref_resolver_handlers
parameter ofSpec.from_dict
is deprecated. Usehandlers
instead. #597Backward incompatibilities
Spec.create
methodspec
as a first parameter forvalidate_request
andvalidate_response
shortcutsvalidator
parameter forvalidate_request
andvalidate_response
shortcutsvalidate_request
andvalidate_response
shortcutsRequestValidator
,ResponseValidator
andopenapi_
objectscustom_deserializers
parametercustom_formatters
parameterv0.17.2
Compare Source
Features
Fixes
validate_request
andvalidate_response
show deprecation warning on return value use only #589v0.17.1
Compare Source
Changelog
v0.17.0
Compare Source
Changelog
ParametersError
context property deprecated #462Spec.create
deprecated #463UnmarshalContext
toValidationContext
#472PATH_PARAMETER_PATTERN
for DRF default value pattern. #468RequestValidator
andResponseValidator
backward compatibility #487Request
Response
factories check types fix #490Backward incompatibilities
Invalid*
exception (InvalidData
,InvalidParameter
,InvalidRequestBody
,InvalidHeader
). Use__cause__
property to get root cause exception.InvalidSecurity
exception renamed toSecurityNotFound
python-openapi/openapi-schema-validator (openapi_schema_validator)
v0.6.3
Compare Source
Bug fixes
v0.6.2
Compare Source
Bug fixes
v0.6.1
Compare Source
Bug fixes
v0.6.0
Compare Source
This version drops support for Python 3.7
Upgrades
Backward incompatibilities
OAS30Validator
no longer acceptread
andwrite
properties. UseOASReadValidator
andOAS30WriteValidator
instead. #85v0.5.0
Compare Source
Changelog
Backward incompatibilities
python-openapi/openapi-spec-validator (openapi_spec_validator)
v0.7.1
Compare Source
Features
validate
andvalidate_url
shortcuts #294Deprecations
validate_spec
shortcut in deprecated. Usevalidate
instead.validate_spec_url
shortcut is deprecated. Usevalidate_url
instead.v0.7.0
Compare Source
Features
Deprecations
openapi_*_spec_validator
objects are deprecated. Use*SpecValidator
classes instead.v0.6.0
Compare Source
This version drops support for Python 3.7
Upgrades
Deprecations
spec_url
parameter of spec validator is deprecated. Usebase_uri
instead. #202Backward incompatibilities
Pylons/pyramid_openapi3 (pyramid_openapi3)
v0.20.1
Compare Source
What's Changed
Full Changelog: Pylons/pyramid_openapi3@0.20.0...0.20.1
v0.20.0
Compare Source
What's Changed
Full Changelog: Pylons/pyramid_openapi3@0.19.1...0.20.0
v0.19.1
Compare Source
What's Changed
New Contributors
Full Changelog: Pylons/pyramid_openapi3@0.19...0.19.1
v0.19
Compare Source
What's Changed
proto_port
by @Jmennius in https://github.com/Pylons/pyramid_openapi3/pull/238New Contributors
Full Changelog: Pylons/pyramid_openapi3@0.18...0.19
v0.18
Compare Source
What's Changed
Full Changelog: Pylons/pyramid_openapi3@0.17.1...0.18
v0.17.1
Compare Source
multipart/form-data
support, refs #225.[am-on]
v0.17.0
Compare Source
Update the supported version of Python to 3.12, Pyramid to 2.0.2.
Drop support for Python 3.8.
[zupo]
Update the supported version of
openapi-core
to 0.19.0, refs #220.Drop support for all older versions of
openapi-core
.[miketheman, Wim-De-Clercq, zupo]
Update Swagger UI version to 4.18.3, refs #210.
[kskarthik]
Add support for specifying the protocol and port for getting the openapi3
spec file, fixes running behind a reverse proxy, refs #176.
[vpet98, zupo]
Configuration
📅 Schedule: Branch creation - "before 8am on wednesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.