Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-openapi/openapi-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.19.5
Choose a base ref
...
head repository: python-openapi/openapi-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 13 files changed
  • 3 contributors

Commits on Mar 11, 2025

  1. Bump falcon from 3.1.3 to 4.0.2

    Bumps [falcon](https://github.com/falconry/falcon) from 3.1.3 to 4.0.2.
    - [Release notes](https://github.com/falconry/falcon/releases)
    - [Changelog](https://github.com/falconry/falcon/blob/master/RELEASE.md)
    - [Commits](falconry/falcon@3.1.3...4.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: falcon
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    56ae5ef View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. Configuration menu
    Copy the full SHA
    6714b46 View commit details
    Browse the repository at this point in the history
  2. Update poetry.lock

    musicinmybrain committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    c9ba8eb View commit details
    Browse the repository at this point in the history
  3. Support Falcon 4

    p1c2u committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    02f05e7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #967 from python-openapi/dependabot/pip/falcon-4.0.2

    Bump falcon from 3.1.3 to 4.0.2
    p1c2u authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    13f31a4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #977 from musicinmybrain/starlette-0.46

    Allow Starlette 0.45 and 0.46
    p1c2u authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    60a2aad View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Bump isodate from 0.6.1 to 0.7.2

    Bumps [isodate](https://github.com/gweis/isodate) from 0.6.1 to 0.7.2.
    - [Changelog](https://github.com/gweis/isodate/blob/master/CHANGES.txt)
    - [Commits](gweis/isodate@0.6.1...0.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: isodate
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    fdea571 View commit details
    Browse the repository at this point in the history
  2. Bump jsonschema-path from 0.3.3 to 0.3.4

    Bumps [jsonschema-path](https://github.com/p1c2u/jsonschema-path) from 0.3.3 to 0.3.4.
    - [Release notes](https://github.com/p1c2u/jsonschema-path/releases)
    - [Commits](p1c2u/jsonschema-path@0.3.3...0.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: jsonschema-path
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    2347421 View commit details
    Browse the repository at this point in the history
  3. Bump openapi-schema-validator from 0.6.2 to 0.6.3

    Bumps [openapi-schema-validator](https://github.com/python-openapi/openapi-schema-validator) from 0.6.2 to 0.6.3.
    - [Release notes](https://github.com/python-openapi/openapi-schema-validator/releases)
    - [Commits](python-openapi/openapi-schema-validator@0.6.2...0.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: openapi-schema-validator
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    2f10404 View commit details
    Browse the repository at this point in the history
  4. Bump fastapi from 0.115.11 to 0.115.12

    Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.11 to 0.115.12.
    - [Release notes](https://github.com/fastapi/fastapi/releases)
    - [Commits](fastapi/fastapi@0.115.11...0.115.12)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    4b9e339 View commit details
    Browse the repository at this point in the history
  5. Bump responses from 0.25.3 to 0.25.7

    Bumps [responses](https://github.com/getsentry/responses) from 0.25.3 to 0.25.7.
    - [Release notes](https://github.com/getsentry/responses/releases)
    - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
    - [Commits](getsentry/responses@0.25.3...0.25.7)
    
    ---
    updated-dependencies:
    - dependency-name: responses
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    b21a2e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2025

  1. Merge pull request #984 from python-openapi/dependabot/pip/responses-…

    …0.25.7
    
    Bump responses from 0.25.3 to 0.25.7
    p1c2u authored Mar 29, 2025
    Configuration menu
    Copy the full SHA
    8c3bb6d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #982 from python-openapi/dependabot/pip/openapi-sc…

    …hema-validator-0.6.3
    
    Bump openapi-schema-validator from 0.6.2 to 0.6.3
    p1c2u authored Mar 29, 2025
    Configuration menu
    Copy the full SHA
    b585071 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #983 from python-openapi/dependabot/pip/fastapi-0.…

    …115.12
    
    Bump fastapi from 0.115.11 to 0.115.12
    p1c2u authored Mar 29, 2025
    Configuration menu
    Copy the full SHA
    a20e571 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #980 from python-openapi/dependabot/pip/isodate-0.7.2

    Bump isodate from 0.6.1 to 0.7.2
    p1c2u authored Mar 29, 2025
    Configuration menu
    Copy the full SHA
    ad8eea9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #981 from python-openapi/dependabot/pip/jsonschema…

    …-path-0.3.4
    
    Bump jsonschema-path from 0.3.3 to 0.3.4
    p1c2u authored Mar 29, 2025
    Configuration menu
    Copy the full SHA
    2d33d25 View commit details
    Browse the repository at this point in the history
Loading