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

Commits on Aug 21, 2026

  1. Configuration menu
    Copy the full SHA
    51434dd View commit details
    Browse the repository at this point in the history
  2. fix: bump six to 1.16.0 for Python 3.12 compatibility

    six.moves fails to import on Python 3.12 before six 1.16.0, which broke
    test collection in the release workflow and blocked the v4.16.0 publish.
    gjtorikian committed Aug 21, 2026
    Configuration menu
    Copy the full SHA
    13df0cd View commit details
    Browse the repository at this point in the history
  3. fix: bump twine to 5.1.1 for Python 3.12 compatibility

    twine 4.0.2 crashes at import with importlib_metadata >= 8
    (KeyError: 'license'), which broke the Publish step of the
    v4.16.0 release workflow.
    gjtorikian committed Aug 21, 2026
    Configuration menu
    Copy the full SHA
    38c3ba2 View commit details
    Browse the repository at this point in the history
  4. fix: publish releases via PyPI Trusted Publishing

    The TWINE_PASSWORD API token is stale (PyPI returns 403), and main
    already publishes via OIDC trusted publishing. Also pin Python 3.12
    explicitly — the old ${{ matrix.python }} reference resolved to empty
    because no matrix exists, silently using the runner's system Python.
    gjtorikian committed Aug 21, 2026
    Configuration menu
    Copy the full SHA
    7e0613a View commit details
    Browse the repository at this point in the history
  5. fix: install setuptools before building

    Python 3.12 no longer bundles setuptools; the toolcache interpreter
    pinned by setup-python fails on 'python setup.py' without it.
    gjtorikian committed Aug 21, 2026
    Configuration menu
    Copy the full SHA
    494f4b4 View commit details
    Browse the repository at this point in the history
Loading