Post #739761
2026-03-18 15:19 UTC
The popular #Python library “Requests” needs your help! @nateprewitt plans to add type hints to the API and is requesting feedback:
https://sethmlarson.dev/python-library-requests-is-adding-type-hints-and-needs-your-help
#typing #http #typehints
Replies (3)
-
@cthoyt@scholar.social 2026-03-18 15:41
@sethmlarson@mastodon.social thanks for posting this! i gave some feedback I think you already saw :)
-
@stylus@social.afront.org 2026-03-18 15:54
@sethmlarson@mastodon.social @nateprewitt@fosstodon.org I tried it on a pet project of mine and everything seems fine. I don't do anything complicated, but the project does pass mypy --strict & other type checkers, formerly using types-requests for the purposes of type checking.
-
@olasd@mastodon.opportunis.me 2026-03-20 10:56
@sethmlarson@mastodon.social @nateprewitt@fosstodon.org thanks for the heads-up! small typo in the instructions in your blog post : `uv install` -> `uv pip install`