Skip to content

Add requests to dev dependencies#11

Merged
ArtyomVancyan merged 2 commits intomainfrom
copilot/sub-pr-10
Mar 2, 2026
Merged

Add requests to dev dependencies#11
ArtyomVancyan merged 2 commits intomainfrom
copilot/sub-pr-10

Conversation

Copy link
Contributor

Copilot AI commented Mar 2, 2026

scripts/models.py imports requests but the package was not declared in any dependency group, breaking clean environment setups.

Changes

  • Added requests>=2.20.0 to [dependency-groups].dev in pyproject.toml
    • Minimum version pinned to 2.20.0 to avoid the Insufficiently Protected Credentials vulnerability present in ≤2.19.1

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: ArtyomVancyan <44609997+ArtyomVancyan@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on cost and latency tracking implementation Add requests to dev dependencies Mar 2, 2026
@ArtyomVancyan ArtyomVancyan marked this pull request as ready for review March 2, 2026 22:22
Base automatically changed from cost-and-latency-tracking to main March 2, 2026 22:23
@ArtyomVancyan ArtyomVancyan merged commit 3399407 into main Mar 2, 2026
@ArtyomVancyan ArtyomVancyan deleted the copilot/sub-pr-10 branch March 2, 2026 22:24
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.

2 participants