Recent Commits to requests (7)

  • 25/03/2026 12:06

    v2.33.0

    v2.33.0
  • 25/03/2026 11:57

    Merge commit from fork

    Merge commit from fork
  • 25/03/2026 2:18

    Move badges to top of README (#7293)

    Move badges to top of README (#7293)
  • 25/03/2026 2:15

    Remove unused extraction call (#7292)

    Remove unused extraction call (#7292)
  • 24/03/2026 22:36

    docs: fix FAQ grammar in httplib2 example

    docs: fix FAQ grammar in httplib2 example
    
    Signed-off-by: rohan436 <rohan.santhoshkumar@googlemail.com>
  • 24/03/2026 22:26

    docs(socks): same block as other sections

    docs(socks): same block as other sections
    
    strange formatting:
    https://docs.python-requests.org/en/latest/user/advanced/#socks
  • 23/03/2026 14:43

    Bump github/codeql-action from 4.33.0 to 4.34.1

    Bump github/codeql-action from 4.33.0 to 4.34.1
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.33.0 to 4.34.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/github/codeql-action/compare/b1bff81932f5cdfc8695c7752dcee935dcd061c8...38697555549f1db7851b81482ff19f1fa5c4fedc)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.34.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 19/03/2026 15:44

    Bump github/codeql-action from 4.32.0 to 4.33.0

    Bump github/codeql-action from 4.32.0 to 4.33.0
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.0 to 4.33.0.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/github/codeql-action/compare/b20883b0cd1f46c72ae0ba6d1090936928f9fa30...b1bff81932f5cdfc8695c7752dcee935dcd061c8)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.33.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 05/03/2026 17:14

    docs: exclude Response.is_permanent_redirect from API docs (#7244)

    docs: exclude Response.is_permanent_redirect from API docs (#7244)
    
    Hide the internal Response.is_permanent_redirect attribute from public API documentation.
  • 03/03/2026 16:59

    docs: clarify Quickstart POST example (#6960)

    docs: clarify Quickstart POST example (#6960)
    
    (fixes #6949)
    
    ---------
    
    Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com>
  • 03/03/2026 15:46

    Increase chardet upper limit to 8

    Increase chardet upper limit to 8
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
  • 02/03/2026 17:45

    Bump actions/download-artifact from 7.0.0 to 8.0.0

    Bump actions/download-artifact from 7.0.0 to 8.0.0
    
    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.0.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](https://github.com/actions/download-artifact/compare/37930b1c2abaa49bbe596cd826c3c89aef350131...70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: 8.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 02/03/2026 17:33

    Bump actions/upload-artifact from 6.0.0 to 7.0.0

    Bump actions/upload-artifact from 6.0.0 to 7.0.0
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/b7c566a772e6b6bfb58ed0dc250532a479d7789f...bbbca2ddaa5d8feaa63e36b76fdaad77386f024f)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: 7.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 22/02/2026 19:02

    Increase chardet upper limit to 7

    Increase chardet upper limit to 7
  • 13/02/2026 21:06

    Add CODEOWNERS file to repo (#7208)

    Add CODEOWNERS file to repo (#7208)
  • 13/02/2026 19:48

    Remove harden runner from publish workflow (#7207)

    Remove harden runner from publish workflow (#7207)
  • 13/02/2026 17:23

    Update publish workflow and add test pypi option

    Update publish workflow and add test pypi option
  • 13/02/2026 17:23

    Bump version to dev for test publish

    Bump version to dev for test publish
  • 12/02/2026 23:52

    Update docstring for Session.verify to include string support (#6859)…

    Update docstring for Session.verify to include string support (#6859) (#6865)
    
    
    ---------
    
    Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com>
  • 12/02/2026 23:07

    Fix empty netrc entry usage (#7205)

    Fix empty netrc entry usage (#7205)
  • 10/02/2026 21:29

    Merge pull request #7200 from psf/dependabot/github_actions/step-secu…

    Merge pull request #7200 from psf/dependabot/github_actions/step-security/harden-runner-2.14.2
    
    Bump step-security/harden-runner from 2.13.0 to 2.14.2
  • 10/02/2026 21:23

    Bump step-security/harden-runner from 2.13.0 to 2.14.2

    Bump step-security/harden-runner from 2.13.0 to 2.14.2
    
    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.13.0 to 2.14.2.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](https://github.com/step-security/harden-runner/compare/ec9f2d5744a09debf3a187a3f4f675c53b671911...5ef0c079ce82195b2a36a210272d6b661572d83e)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-version: 2.14.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 10/02/2026 21:22

    Merge pull request #7199 from psf/dependabot/github_actions/dessant/l…

    Merge pull request #7199 from psf/dependabot/github_actions/dessant/lock-threads-6.0.0
    
    Bump dessant/lock-threads from 5.0.0 to 6.0.0
  • 10/02/2026 20:59

    Bump dessant/lock-threads from 5.0.0 to 6.0.0

    Bump dessant/lock-threads from 5.0.0 to 6.0.0
    
    Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 5.0.0 to 6.0.0.
    - [Release notes](https://github.com/dessant/lock-threads/releases)
    - [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/dessant/lock-threads/compare/d42e5f49803f3c4e14ffee0378e31481265dda22...7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7)
    
    ---
    updated-dependencies:
    - dependency-name: dessant/lock-threads
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 10/02/2026 20:36

    Update floors for certifi and urllib3 (#7189)

    Update floors for certifi and urllib3 (#7189)
  • 06/02/2026 12:02

    Drop support for Python 3.9 (#7196)

    Drop support for Python 3.9 (#7196)
  • 04/02/2026 22:01

    Start testing Python 3.15 Alpha (#7195)

    Start testing Python 3.15 Alpha (#7195)
    
    * Add optional 3.15-dev runners to test matrix
    
    * Set PYO3_USE_ABI3_FORWARD_COMPATIBILITY for 3.15 builds
  • 31/01/2026 0:01

    Merge pull request #7101 from psf/dependabot/github_actions/github/co…

    Merge pull request #7101 from psf/dependabot/github_actions/github/codeql-action-4.31.6
    
    Bump github/codeql-action from 4.30.8 to 4.31.6
  • 31/01/2026 0:00

    Bump github/codeql-action from 4.30.8 to 4.31.6

    Bump github/codeql-action from 4.30.8 to 4.31.6
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.8 to 4.31.6.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/github/codeql-action/compare/f443b600d91635bebf5b0d9ebc620189c0d6fba5...fe4161a26a8629af62121b670040955b330f9af2)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.31.6
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 30/01/2026 23:59

    Merge pull request #7100 from psf/dependabot/github_actions/actions/s…

    Merge pull request #7100 from psf/dependabot/github_actions/actions/setup-python-6.1.0
    
    Bump actions/setup-python from 6.0.0 to 6.1.0
  • 30/01/2026 23:53

    Bump actions/setup-python from 6.0.0 to 6.1.0

    Bump actions/setup-python from 6.0.0 to 6.1.0
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](https://github.com/actions/setup-python/compare/e797f83bcb11b83ae66e0230d6156d7c80228e7c...83679a892e2d95755f2dac6acb0bfd1e9ac5d548)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: 6.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 30/01/2026 23:47

    Merge pull request #7092 from psf/dependabot/github_actions/actions/c…

    Merge pull request #7092 from psf/dependabot/github_actions/actions/checkout-6.0.0
    
    Bump actions/checkout from 5.0.0 to 6.0.0
  • 30/01/2026 23:46

    Bump actions/checkout from 5.0.0 to 6.0.0

    Bump actions/checkout from 5.0.0 to 6.0.0
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/08c6903cd8c0fde910a37f88322edcfb5dd907a8...1af3b93b6815bc44a9784bd300feb67ff0d1eeb3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 30/01/2026 23:45

    Merge pull request #7073 from psf/dependabot/github_actions/actions/d…

    Merge pull request #7073 from psf/dependabot/github_actions/actions/download-artifact-6.0.0
    
    Bump actions/download-artifact from 5.0.0 to 6.0.0
  • 30/01/2026 23:38

    Bump actions/download-artifact from 5.0.0 to 6.0.0

    Bump actions/download-artifact from 5.0.0 to 6.0.0
    
    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](https://github.com/actions/download-artifact/compare/634f93cb2916e3fdff6788551b99b062d0335ce0...018cc2cf5baa6db3ef3c5f8a56943fffe632ef53)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 30/01/2026 23:36

    Merge pull request #7071 from psf/dependabot/github_actions/actions/u…

    Merge pull request #7071 from psf/dependabot/github_actions/actions/upload-artifact-5.0.0
    
    Bump actions/upload-artifact from 4.6.2 to 5.0.0
  • 30/01/2026 23:31

    Bump actions/upload-artifact from 4.6.2 to 5.0.0

    Bump actions/upload-artifact from 4.6.2 to 5.0.0
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...330a01c490aca151604b8cf639adc76d48f6c5d4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 30/01/2026 23:25

    Migrate build system to PEP 517 (#7012)

    Migrate build system to PEP 517 (#7012)
  • 30/01/2026 23:12

    Update maintainers in the AUTHORS.rst (#7191)

    Update maintainers in the AUTHORS.rst (#7191)
    
    
    ---------
    
    Co-authored-by: Ian Stapleton Cordasco <graffatcolmingov@gmail.com>
  • 30/01/2026 18:10

    Fix CI and build failures (#7190)

    Fix CI and build failures (#7190)
    
    * Migrate linting from various tooling to Ruff
    
    * Run ruff over codebase
    
    * Drop support for pypy-3.10
  • 15/10/2025 8:45

    Merge pull request #7042 from psf/dependabot/github_actions/github/co…

    Merge pull request #7042 from psf/dependabot/github_actions/github/codeql-action-4.30.8
  • 13/10/2025 13:16

    Bump github/codeql-action from 3.30.0 to 4.30.8

    Bump github/codeql-action from 3.30.0 to 4.30.8
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.0 to 4.30.8.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/github/codeql-action/compare/2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d...f443b600d91635bebf5b0d9ebc620189c0d6fba5)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.30.8
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 09/09/2025 6:00

    Merge pull request #7026 from psf/dependabot/github_actions/actions/s…

    Merge pull request #7026 from psf/dependabot/github_actions/actions/setup-python-6.0.0
  • 08/09/2025 21:09

    Bump actions/setup-python from 5.6.0 to 6.0.0

    Bump actions/setup-python from 5.6.0 to 6.0.0
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](https://github.com/actions/setup-python/compare/a26af69be951a213d495a4c3e4e4022e16d87065...e797f83bcb11b83ae66e0230d6156d7c80228e7c)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 08/09/2025 21:08

    Merge pull request #7025 from psf/dependabot/github_actions/pypa/gh-a…

    Merge pull request #7025 from psf/dependabot/github_actions/pypa/gh-action-pypi-publish-1.13.0
  • 08/09/2025 13:18

    Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0

    Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0
    
    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.4 to 1.13.0.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/76f52bc884231f62b9a034ebfe128415bbaabdfc...ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-version: 1.13.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 02/09/2025 5:15

    Bump github/codeql-action from 3.29.0 to 3.30.0

    Bump github/codeql-action from 3.29.0 to 3.30.0
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.0 to 3.30.0.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/github/codeql-action/compare/ce28f5bb42b7a9f2c824e633a3f6ee835bab6858...2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 3.30.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 18/08/2025 17:23

    v2.32.5

    v2.32.5
  • 11/08/2025 19:32

    Merge pull request #7010 from psf/dependabot/github_actions/actions/c…

    Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-5.0.0
    
    Bump actions/checkout from 4.2.0 to 5.0.0
  • 11/08/2025 19:15

    Bump actions/checkout from 4.2.0 to 5.0.0

    Bump actions/checkout from 4.2.0 to 5.0.0
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 5.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/v4.2.0...08c6903cd8c0fde910a37f88322edcfb5dd907a8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 06/08/2025 9:36

    Update publish workflow to use `artifact-id` instead of `name`

    Update publish workflow to use `artifact-id` instead of `name`
    
    Added artifact-id output to publish workflow and updated download-artifact action version to `v5.0.0`. Also hardens the workflow a bit by adding `persist-credentials: false` to the checkout step
  • 28/07/2025 16:09

    Merge pull request #6999 from psf/dependabot/github_actions/step-secu…

    Merge pull request #6999 from psf/dependabot/github_actions/step-security/harden-runner-2.13.0
    
    Bump step-security/harden-runner from 2.12.0 to 2.13.0
  • 28/07/2025 16:01

    Bump step-security/harden-runner from 2.12.0 to 2.13.0

    Bump step-security/harden-runner from 2.12.0 to 2.13.0
    
    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.12.0 to 2.13.0.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](https://github.com/step-security/harden-runner/compare/0634a2670c59f64b4a01f0f96f84700a4088b9f0...ec9f2d5744a09debf3a187a3f4f675c53b671911)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-version: 2.13.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 25/07/2025 17:42

    Add support for Python 3.14 and drop support for Python 3.8 (#6993)

    Add support for Python 3.14 and drop support for Python 3.8 (#6993)
    
    * Add testing for Python 3.14 preview build
    
    * Add trove classifier for Python 3.14
    
    * Remove support for Python 3.8
  • 18/07/2025 13:24

    Update Makefile rules (#6996)

    Update Makefile rules (#6996)
  • 17/07/2025 23:09

    docs: clarify timeout parameter uses seconds in Session.request (#6994)

    docs: clarify timeout parameter uses seconds in Session.request (#6994)
  • 16/06/2025 16:10

    Bump github/codeql-action from 3.28.5 to 3.29.0

    Bump github/codeql-action from 3.28.5 to 3.29.0
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.5 to 3.29.0.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/github/codeql-action/compare/f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4...ce28f5bb42b7a9f2c824e633a3f6ee835bab6858)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 3.29.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 13/06/2025 13:42

    Revert caching a default SSLContext (#6767)

    Revert caching a default SSLContext (#6767)
  • 10/06/2025 9:40

    Clarify error description in cloning instructions

    Clarify error description in cloning instructions
    
    This clarifies the error description in the 'Cloning the repository' section of the README. The current wording mentions 'an error about a bad commit', which is somewhat vague. I've updated it to 'an error about a bad commit timestamp', which more accurately describes the nature of the error referenced in issue #2690.
    This small change improves the clarity of the documentation, helping users better understand the potential issue they might encounter when cloning the repository and why they need to use the specified Git flag.
  • 09/06/2025 23:54

    Fix typo in documentation for verify

    Fix typo in documentation for verify

Log in