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: mathbou/python-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: shotgunsoftware/python-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 15 files changed
  • 4 contributors

Commits on Jun 17, 2026

  1. SG-41387 Add parameter created_at for sg.upload (shotgunsoftware#444)

    * Add parameter created_at for sg.upload
    jerrycheng9 authored Jun 17, 2026
    Configuration menu
    Copy the full SHA
    aca9d94 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2026

  1. SG-43825 Improve pipeline stability (shotgunsoftware#449)

    * create new ephemeral project on pipeline run
    
    * use ephemeral project as control for schema visibility tests
    jay-roe authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    e831414 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2026

  1. SG-42305 Packaging for v3.10.2 (shotgunsoftware#448)

    * add update_certifi script to automate certifi update
    
    * move scripts to dev folder
    
    * update certifi to 2026.6.17
    jay-roe authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    db056df View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2026

  1. SG-42847 update operators-and-arguments docs (shotgunsoftware#452)

    * SG-42847 update operators-and-arguments docs
    
    * SG-42847 fix missing space
    globant-franco authored Jul 17, 2026
    Configuration menu
    Copy the full SHA
    507b792 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2026

  1. SG-43906 Remove Python 3.7/3.8 compatibility code (shotgunsoftware#454)

    - Simplify the version guard in shotgun_api3/__init__.py to a single
      3.9 check, matching the pattern already adopted in tk-core.
    - Remove the dead pre-3.8 branch in Shotgun._split_url(), which used
      the deprecated urllib.parse.splituser. setup.py already requires
      python_requires>=3.9.0, so both branches were unreachable.
    stevelittlefish authored Jul 20, 2026
    Configuration menu
    Copy the full SHA
    818a453 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2026

  1. SG-43906 Packaging for v3.10.3 (shotgunsoftware#455)

    Version bump following the SG-43906 Python 3.7/3.8 cleanup (shotgunsoftware#454),
    so it can be published and picked up by tk-core's vendoring script.
    stevelittlefish authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    6f56cf2 View commit details
    Browse the repository at this point in the history
Loading