Skip to content

Add Quart async adapter#1520

Open
Cr1stal wants to merge 3 commits into
slackapi:mainfrom
Cr1stal:feature/quart-adapter
Open

Add Quart async adapter#1520
Cr1stal wants to merge 3 commits into
slackapi:mainfrom
Cr1stal:feature/quart-adapter

Conversation

@Cr1stal
Copy link
Copy Markdown

@Cr1stal Cr1stal commented May 31, 2026

Summary

Adds built-in async Quart adapter support for AsyncApp.

This PR:

  • Adds slack_bolt.adapter.quart.AsyncSlackRequestHandler with Quart request/response conversion helpers.
  • Supports Slack HTTP POST dispatch plus OAuth install and callback GET routes.
  • Preserves Bolt response status, body, content type, multi-value headers, and OAuth cookies.
  • Adds async Quart adapter tests for events, shortcuts, commands, OAuth install/callback, URL verification, additional context properties, 404 responses, and response header/cookie conversion.
  • Adds Quart examples and adapter development dependency metadata with the Quart/Python 3.9+ boundary documented in the example files.

Resolves #619.

Testing

  • ./scripts/install_all_and_run_tests.sh
    • 920 passed, 81 warnings
    • Success: no issues found in 236 source files
  • ./scripts/run_tests.sh tests/adapter_tests_async/test_async_quart.py
    • 10 passed

Category

  • slack_bolt.App and/or its core components
  • slack_bolt.async_app.AsyncApp and/or its core components
  • Adapters in slack_bolt.adapter
  • Document pages under /docs
  • Others

Requirements

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

  • I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've run ./scripts/install_all_and_run_tests.sh after making the changes.

@Cr1stal Cr1stal marked this pull request as ready for review May 31, 2026 12:16
@Cr1stal Cr1stal requested a review from a team as a code owner May 31, 2026 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Quart framework adapter

1 participant