Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: psf/requests
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.32.4
Choose a base ref
...
head repository: psf/requests
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.32.5
Choose a head ref
  • 14 commits
  • 14 files changed
  • 8 contributors

Commits on Jun 10, 2025

  1. Add Trusted Publishing Release Workflow

    Rather than rely on manual releases from a developer laptop, let's use
    tag pushes to trigger a workflow to publish artifacts to PyPI. This will
    leverage trusted publishing and upload attestations as well.
    sigmavirus24 committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    e57b5bf View commit details
    Browse the repository at this point in the history
  2. Fix typo in documentation for verify

    jonas authored and sigmavirus24 committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    3f07f99 View commit details
    Browse the repository at this point in the history
  3. 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.
    anodo123 authored and sigmavirus24 committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    8ff173b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. Configuration menu
    Copy the full SHA
    90fee08 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. 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](github/codeql-action@f6091c0...ce28f5b)
    
    ---
    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] <[email protected]>
    dependabot[bot] authored and sigmavirus24 committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    91a3eab View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Configuration menu
    Copy the full SHA
    d58d8aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fec96cd View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. 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
    nateprewitt authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    2edca11 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. 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](step-security/harden-runner@0634a26...ec9f2d5)
    
    ---
    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] <[email protected]>
    dependabot[bot] authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    7618dbe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6999 from psf/dependabot/github_actions/step-secu…

    …rity/harden-runner-2.13.0
    
    Bump step-security/harden-runner from 2.12.0 to 2.13.0
    nateprewitt authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    4b9c546 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. 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
    GrantBirki authored and sigmavirus24 committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    46e939b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. 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](actions/checkout@v4.2.0...08c6903)
    
    ---
    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] <[email protected]>
    dependabot[bot] authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    b336cb2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7010 from psf/dependabot/github_actions/actions/c…

    …heckout-5.0.0
    
    Bump actions/checkout from 4.2.0 to 5.0.0
    nateprewitt authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    131e506 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. v2.32.5

    nateprewitt authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    b25c87d View commit details
    Browse the repository at this point in the history
Loading