Skip to content

fix: move types-requests to dev dependencies#3519

Open
JackJoltClick wants to merge 1 commit into
openai:mainfrom
JackJoltClick:fix/types-requests-dev-dependency
Open

fix: move types-requests to dev dependencies#3519
JackJoltClick wants to merge 1 commit into
openai:mainfrom
JackJoltClick:fix/types-requests-dev-dependency

Conversation

@JackJoltClick
Copy link
Copy Markdown

Closes #3507

types-requests is a type stub package that's only used during development for type checking. It shouldn't be a runtime dependency.

This moves it to the dev dependency group where it belongs, matching how other type packages like types-pynput are handled in this project.

@seratch seratch added the duplicate This issue or pull request already exists label May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

duplicate This issue or pull request already exists

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove dependency on types-requests

2 participants