Bryan-Roe / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://bryan-roe.github.io/semantic-kernel/
Apache License 2.0
0 stars 3 forks source link

Bumps [openapi-core](https://github.com/python-openapi/openapi-core) from 0.18.2 to 0.19.0. #450

Open Bryan-Roe opened 3 months ago

Bryan-Roe commented 3 months ago

Bumps openapi-core from 0.18.2 to 0.19.0.

Release notes

Sourced from openapi-core's releases.

0.19.0

This version focuses on OpenAPI app and support for binary requests and responses.

Features

  • FastAPI integration #738
  • Mimetype parameters (i.e. charset) handling #678
  • Parameter deserializers renamed to Style deserializers #676
  • Unmarshalling processor enhancement #625
    • Option to skip response validation in Django, Falcon and Flask integrations #667
  • use explicit arguments (instead of kwargs) in Spec.from_dict and add short note in documentation how to use base_url for Spec.from_dict
  • Parameter and header get value refactor #677
  • Python 3.12 support #684
  • Bump openapi-spec-validator from 0.6.0 to 0.7.0 #685
    • Use openapi-spec-validator spec version finder #691
  • Move to SchemaPath from jsonschema-path package #690
  • Specification validation as part of shortcuts #686
  • Style deserializing reimplementation with support for all styles #694
  • Media type encoding support #646
  • Replace mimetype with content_type to include content parameters #699
  • Suport for primitive properties casting of urlencoded objects. #701
  • Request response binary format support #710
  • Starlette middleware #680
  • OpenAPI app and high level integration #716

Bug fixes

  • aiohttp request host_url include scheme #673
  • aiohttp response body check none #674
  • Validate empty request body fix #713
  • Path finder returns default server #648
  • OpenAPI config passed to validators and unmarshallers fix #779
  • milti types schema format unmarshal fix #562

Deprecations

  • Spec class is deprecated. Use SchemaPath from jsonschema-path package.

Breaking changes

  • request_class/response_class renamed to request_cls/response_cls in unmarshalling processors (Django, Falcon and Flask integrations) #667
  • ParameterDeserializersFactory renamed to StyleDeserializersFactory #676
  • Specification validation is no longer part of Spec object creation and moved to be part of OpenAPI object creation. #686 #716
  • Request and Response protocols' mimetype attribute replaced with content_type #699
  • Request protocol's body attribute returns bytes instead of str #710
  • Response protocol's data attribute returns bytes instead of str #710
  • Unmarshalling no longer raises FormatUnmarshalError

0.19.0a2

This version focuses on OpenAPI app and support for binary requests and responses.

Bug fixes

  • Path finder returns default server #648
  • OpenAPI config passed to validators and unmarshallers fix #779

... (truncated)

Commits
  • 46d94e9 Version 0.19.0
  • 3221983 FastAPI docs formatting fix
  • fcddf6b Merge pull request #738 from python-openapi/feature/fastapi-integration
  • 383d097 Merge pull request #783 from python-openapi/dependabot/pip/jsonschema-4.21.1
  • 38e67d3 Merge pull request #784 from python-openapi/dependabot/pip/black-24.2.0
  • f732b16 Merge pull request #785 from python-openapi/dependabot/pip/parse-1.20.1
  • 9d31ee8 Merge pull request #786 from python-openapi/dependabot/pip/python-multipart-0...
  • 89836a0 Bump python-multipart from 0.0.6 to 0.0.9
  • dab8ff9 Bump parse from 1.20.0 to 1.20.1
  • 80befca Bump black from 24.1.1 to 24.2.0
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Originally posted by @dependabot in https://github.com/Bryan-Roe/semantic-kernel/pull/33

github-actions[bot] commented 6 days ago

This issue is stale because it has been open for 90 days with no activity.