{"library":"requests","type":"library","category":null,"description":"The de facto standard synchronous HTTP client for Python. Current version is 2.32.5 (Aug 2025). Stable, slow-moving library. Primary footgun: no default timeout — hangs forever by default. No async support — use httpx or aiohttp for async contexts.","language":"python","status":"active","version":"2.32.5","tags":["http","client","networking","sync","web-scraping"],"install":[{"cmd":"pip install requests","imports":["import requests\n\n# Always set a timeout\nresponse = requests.get('https://example.com', timeout=30)","with requests.Session() as session:\n    response = session.get('https://example.com', timeout=30)"]}],"homepage":"https://requests.readthedocs.io","github":"https://github.com/psf/requests","docs":"https://requests.readthedocs.io","changelog":null,"pypi":"https://pypi.org/project/requests/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2,"avg_import_s":0.55,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/requests/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Mon Jun 29","last_verified":"Mon Jun 29","next_check":"Wed Jul 29","install_tag":"verified"}}