Skip to content

fix: add requests to pyproject.toml dependencies#19

Merged
TimeLovercc merged 1 commit intomainfrom
copilot/fix-missing-requests-package
Mar 29, 2026
Merged

fix: add requests to pyproject.toml dependencies#19
TimeLovercc merged 1 commit intomainfrom
copilot/fix-missing-requests-package

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 28, 2026

requests was omitted from the declared dependencies in pyproject.toml, causing No module named 'requests' at runtime when the Slack bot handled slash commands.

Changes

  • pyproject.toml: Added requests to the [project] dependencies list so it is installed automatically alongside the package.

The affected code path is the slash command response handler in interfaces/bot.py, which lazily imports and uses requests.post() to send responses via Slack's response_url.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI linked an issue Mar 28, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix missing requests package in pyproject.toml fix: add requests to pyproject.toml dependencies Mar 28, 2026
Copilot AI requested a review from TimeLovercc March 28, 2026 22:43
@TimeLovercc TimeLovercc marked this pull request as ready for review March 29, 2026 00:17
@TimeLovercc TimeLovercc merged commit dbeb1c2 into main Mar 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: package requests missing

2 participants