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: slackapi/python-slack-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.33.5
Choose a base ref
...
head repository: slackapi/python-slack-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.34.0
Choose a head ref
  • 7 commits
  • 90 files changed
  • 3 contributors

Commits on Dec 5, 2024

  1. Bump path-to-regexp and express in /docs (#1610)

    Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.
    
    Updates `path-to-regexp` from 1.8.0 to 1.9.0
    - [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
    - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
    - [Commits](pillarjs/path-to-regexp@v1.8.0...v1.9.0)
    
    Updates `express` from 4.21.1 to 4.21.2
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
    - [Commits](expressjs/express@4.21.1...4.21.2)
    
    ---
    updated-dependencies:
    - dependency-name: path-to-regexp
      dependency-type: indirect
    - dependency-name: express
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    a7223d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. fix: 'ClientConnection' object has no attribute 'closed' (#1613)

    * fix: 'ClientConnection' object has no attribute 'closed'
    
    * Fix an issue with old version of websockets
    
    * Update slack_sdk/socket_mode/websockets/__init__.py
    
    Co-authored-by: Kazuhiro Sera <[email protected]>
    
    * Add more CI coverage round this issue
    
    * Revert flaky tests
    
    ---------
    
    Co-authored-by: Kazuhiro Sera <[email protected]>
    WilliamBergamin and seratch authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    5c57a32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    580eaab View commit details
    Browse the repository at this point in the history
  3. chore: support python 3.13 (#1614)

    * chore: support python 3.13
    * Update code cov runtime version
    WilliamBergamin authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    99744b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. Configuration menu
    Copy the full SHA
    4dfcbf5 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. Configuration menu
    Copy the full SHA
    6ca12d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    326172e View commit details
    Browse the repository at this point in the history
Loading