Skip to content

Drop the unused requests pin - #42

Open
peterbjohnson wants to merge 1 commit into
mainfrom
wb/t2
Open

peterbjohnson wants to merge 1 commit into
mainfrom
wb/t2

Conversation

@peterbjohnson

Copy link
Copy Markdown
Member

pyproject.toml makes requests a runtime dependency and caps the version, but in2lambda never imports it. Everyone who installs in2lambda is therefore held to an old version of a library the package does not use, which can block security updates in their own project.

Done when installing in2lambda no longer constrains requests for its users, the lock file is up to date, and the tests and docs build still pass.


Workbench ticket t2.

@m-messer m-messer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good cleanup

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