Revisions of python-openapi-core

buildservice-autocommit accepted request 1144831 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 42)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1144723 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 41)
- Skip python312: No compatible jsonschema-spec available. We are
  waiting for a release that migrated to jsonschema-path
buildservice-autocommit accepted request 1133689 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 40)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 39)
- update to 0.18.2:
  * Deprecated spec validator fix + warnings resolved #717
- Update to 0.16.1:
  * Predefined openapi validators #409
buildservice-autocommit accepted request 1113288 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 38)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1113195 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 37)
- Update to 0.18.1
  ## Bug fixes
  * Ignore formats for other types in unmarshalling process #599
  ## Features
  * More media types supported #622
  * Unmarshalling customizations in middlewares
    (FalconOpenAPIMiddleware, FlaskOpenAPIView,
    FlaskOpenAPIViewDecorator) #623
buildservice-autocommit accepted request 1101373 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 36)
baserev update by copy to link target
buildservice-autocommit accepted request 1100539 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 34)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 33)
- Update to 0.18.0:
  * Compatibility with jsonschema 4.18, jsonschema-spec 0.2,
    openapi-schema-validator 0.6 and openapi-spec-validator 0.6 #597
  * spec_url parameter of Spec.from_dict is deprecated. Use base_uri
    instead. #597
  * ref_resolver_handlers parameter of Spec.from_dict is deprecated. Use
    handlers instead. #597
  * Drop python 3.7 support #595
  * Format validators ignore other types and pass (in accordance with the
    specification) #597
  * shortcuts high level public api expose #465
  * ParametersError context property deprecated #462
  * Spec.create deprecated #463
  * Validators refactor #457
  * Webhooks support #470
  * Rename UnmarshalContext to ValidationContext #472
  * Fix PATH_PARAMETER_PATTERN for DRF default value pattern. #468
  * Fix falcon response data none #471
  * Shortcuts backward compatible #482
  * RequestValidator and ResponseValidator backward compatibility #487
  * Fix flask decorator function return other types #489
  * Fix integration Request Response factories check types fix #490
  * Fix Requests request dont allow fragments #491
  * Fix openapi packages update and tests #498
  * unmarshallers integration tests #497
  * Unmarshallers and validators refactor #508
  * Shortcuts refactor #517
  * Media type deserializers refactor #518
  * Schema unmarshalling/validation returns Invalid* exception (InvalidData,
    InvalidParameter, InvalidRequestBody, InvalidHeader). Use __cause__
buildservice-autocommit accepted request 1094230 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 32)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1094151 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 31)
- Revert to 0.16.x branch
  * python-jupyterlab-server-openapi (jupyterlab-server[openapi])
   is the only consumer in the distribution and requires
   openapi-core~=0.16.1
  * See gh#jupyterlab/jupyterlab_server#400
- Changelog from 0.16.1 to 0.16.6:
  * openapi-schema-validator 0.5.2 tests compatibility fix #527
  * validators public api expose #455
  * allow openapi-schema-validator 0.4 #458
  * better unmarshaller finders with refactor #447
  * werkzeug flask root path fix #449
  * additionalProperties without schema should allow null. #444
  * Add NullUnmarshaller #432
  * Multi type unmarshaller #433
  * Unmarshaller format refactor #434
buildservice-autocommit accepted request 1093845 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 30)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 29)
- Update to 0.17.2:
  * Integrations: Add support for aiohttp.web #571
  * Include tests in sdist archives #537
  * add python 3.11 support #538
  * shortcuts high level public api expose #465
  * ParametersError context property deprecated #462
  * Spec.create deprecated #463
  * Validators refactor #457
  * Webhooks support #470
  * Rename UnmarshalContext to ValidationContext #472
  * Fix PATH_PARAMETER_PATTERN for DRF default value pattern. #468
  * Fix falcon response data none #471
  * Shortcuts backward compatible #482
  * RequestValidator and ResponseValidator backward compatibility #487
  * Fix flask decorator function return other types #489
  * Fix integration Request Response factories check types fix #490
  * Fix Requests request dont allow fragments #491
  * Fix openapi packages update and tests #498
  * unmarshallers integration tests #497
  * Unmarshallers and validators refactor #508
  * Shortcuts refactor #517
  * Media type deserializers refactor #518
  * validators public api expose #455
  * allow openapi-schema-validator 0.4 #458
  * better unmarshaller finders with refactor #447
  * werkzeug flask root path fix #449
  * additionalProperties without schema should allow null. #444
- Switch back to PyPI tarball.
buildservice-autocommit accepted request 1039660 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1039657 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 27)
- Update to 0.16.2:
  Add NullUnmarshaller #432
  Multi type unmarshaller #433
  Unmarshaller format refactor #434
- Update to 0.16.1: 
  lists as additional properties fix #429
  x-model extension optional #431
buildservice-autocommit accepted request 1008633 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 26)
baserev update by copy to link target
buildservice-autocommit accepted request 1008090 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 24)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 23)
- Update to 0.16.0:
  * Switch to jsonschema-spec #416
  * Use auto-detect validator proxy #418
  * OpenAPI 3.1 support + Auto-detect proxies and request / response
    validator protocols #419
  * Add py.typed to mark package as supporting typing #420
  * Refuse to cast str or bytes to array #421
  * x-model extension import model class #422
  * Add deepObject support #379
  * Add anyOf support #423
  * Separate werkzeug support #426
  * Starlette support #427
  * Parameter deserialize complex scenario support (#329)
  * Response headers support (#332)
  * Response headers support for contrib (#333)
  * Drop python 2.7 support (#335 #344 #351)
  * Drop python 3.5 support (#339)
  * Drop python 3.6 support #383
  * Add python 3.10 support #383
  * Falcon2 support drop (#353)
  * Django2 support drop (#358)
  * Support basic re_path for Django integration (#337)
  * unused NoValue type removed (#340)
  * attrs remove and use dataclasses backport for python 3.6 (#345)
  * Request validation parameters dataclass (#346)
  * Handle missing MIME type in MediaTypeFinder (#371)
  * Limit openapi dependencies upper bounds #386
  * switch to pathable #389
  * Get rid of create_spec shortcut #393
  * Request and Response protocols #407
Displaying revisions 1 - 20 of 42
openSUSE Build Service is sponsored by