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: simonw/chatkit-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: HarleyCoops/chatkit-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on May 30, 2026

  1. Bump the uv group across 1 directory with 9 updates (openai#1)

    Bumps the uv group with 9 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.3` |
    | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.20` | `0.0.27` |
    | [flask](https://github.com/pallets/flask) | `3.1.2` | `3.1.3` |
    | [mcp](https://github.com/modelcontextprotocol/python-sdk) | `1.16.0` | `1.23.0` |
    | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.1` | `1.2.2` |
    | [requests](https://github.com/psf/requests) | `2.32.5` | `2.33.0` |
    | [starlette](https://github.com/Kludex/starlette) | `0.48.0` | `0.49.1` |
    | [urllib3](https://github.com/urllib3/urllib3) | `2.5.0` | `2.7.0` |
    | [werkzeug](https://github.com/pallets/werkzeug) | `3.1.3` | `3.1.6` |
    
    
    
    Updates `pytest` from 8.4.2 to 9.0.3
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.4.2...9.0.3)
    
    Updates `python-multipart` from 0.0.20 to 0.0.27
    - [Release notes](https://github.com/Kludex/python-multipart/releases)
    - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md)
    - [Commits](Kludex/python-multipart@0.0.20...0.0.27)
    
    Updates `flask` from 3.1.2 to 3.1.3
    - [Release notes](https://github.com/pallets/flask/releases)
    - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
    - [Commits](pallets/flask@3.1.2...3.1.3)
    
    Updates `mcp` from 1.16.0 to 1.23.0
    - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases)
    - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md)
    - [Commits](modelcontextprotocol/python-sdk@v1.16.0...v1.23.0)
    
    Updates `python-dotenv` from 1.1.1 to 1.2.2
    - [Release notes](https://github.com/theskumar/python-dotenv/releases)
    - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
    - [Commits](theskumar/python-dotenv@v1.1.1...v1.2.2)
    
    Updates `requests` from 2.32.5 to 2.33.0
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.32.5...v2.33.0)
    
    Updates `starlette` from 0.48.0 to 0.49.1
    - [Release notes](https://github.com/Kludex/starlette/releases)
    - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md)
    - [Commits](Kludex/starlette@0.48.0...0.49.1)
    
    Updates `urllib3` from 2.5.0 to 2.7.0
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.5.0...2.7.0)
    
    Updates `werkzeug` from 3.1.3 to 3.1.6
    - [Release notes](https://github.com/pallets/werkzeug/releases)
    - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
    - [Commits](pallets/werkzeug@3.1.3...3.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-version: 9.0.3
      dependency-type: direct:development
      dependency-group: uv
    - dependency-name: python-multipart
      dependency-version: 0.0.27
      dependency-type: direct:development
      dependency-group: uv
    - dependency-name: flask
      dependency-version: 3.1.3
      dependency-type: direct:development
      dependency-group: uv
    - dependency-name: mcp
      dependency-version: 1.23.0
      dependency-type: indirect
      dependency-group: uv
    - dependency-name: python-dotenv
      dependency-version: 1.2.2
      dependency-type: indirect
      dependency-group: uv
    - dependency-name: requests
      dependency-version: 2.33.0
      dependency-type: indirect
      dependency-group: uv
    - dependency-name: starlette
      dependency-version: 0.49.1
      dependency-type: indirect
      dependency-group: uv
    - dependency-name: urllib3
      dependency-version: 2.7.0
      dependency-type: indirect
      dependency-group: uv
    - dependency-name: werkzeug
      dependency-version: 3.1.6
      dependency-type: indirect
      dependency-group: uv
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 30, 2026
    Configuration menu
    Copy the full SHA
    b6fd6b0 View commit details
    Browse the repository at this point in the history
  2. Bump the uv group across 1 directory with 2 updates (openai#2)

    Bumps the uv group with 2 updates in the / directory: [idna](https://github.com/kjd/idna) and [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions).
    
    
    Updates `idna` from 3.10 to 3.15
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)
    - [Commits](kjd/idna@v3.10...v3.15)
    
    Updates `pymdown-extensions` from 10.16.1 to 10.21.3
    - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
    - [Commits](facelessuser/pymdown-extensions@10.16.1...10.21.3)
    
    ---
    updated-dependencies:
    - dependency-name: idna
      dependency-version: '3.15'
      dependency-type: indirect
      dependency-group: uv
    - dependency-name: pymdown-extensions
      dependency-version: 10.21.3
      dependency-type: indirect
      dependency-group: uv
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 30, 2026
    Configuration menu
    Copy the full SHA
    bed2b52 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2026

  1. Bump starlette from 0.49.1 to 1.0.1 in the uv group across 1 directory (

    openai#3)
    
    Bumps the uv group with 1 update in the / directory: [starlette](https://github.com/Kludex/starlette).
    
    
    Updates `starlette` from 0.49.1 to 1.0.1
    - [Release notes](https://github.com/Kludex/starlette/releases)
    - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md)
    - [Commits](Kludex/starlette@0.49.1...1.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: starlette
      dependency-version: 1.0.1
      dependency-type: indirect
      dependency-group: uv
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    9ef1557 View commit details
    Browse the repository at this point in the history
Loading