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: zitadel/client-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.0-beta.7
Choose a base ref
...
head repository: zitadel/client-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0-beta.8
Choose a head ref
  • 11 commits
  • 21 files changed
  • 3 contributors

Commits on Oct 12, 2025

  1. chore(deps): bump authlib (#72)

    Bumps the pip-security-updates group with 1 update in the / directory: [authlib](https://github.com/authlib/authlib).
    
    
    Updates `authlib` from 1.6.0 to 1.6.4
    - [Release notes](https://github.com/authlib/authlib/releases)
    - [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst)
    - [Commits](authlib/authlib@v1.6.0...v1.6.4)
    
    ---
    updated-dependencies:
    - dependency-name: authlib
      dependency-version: 1.6.4
      dependency-type: indirect
      dependency-group: pip-security-updates
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    442500d View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump python in the docker-version-updates group (#59)

    Bumps the docker-version-updates group with 1 update: python.
    
    
    Updates `python` from `6544e0e` to `4c2cf99`
    
    ---
    updated-dependencies:
    - dependency-name: python
      dependency-version: 3.13-slim
      dependency-type: direct:production
      dependency-group: docker-version-updates
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    fe432aa View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump authlib (#73)

    Bumps the pip-security-updates group with 1 update in the / directory: [authlib](https://github.com/authlib/authlib).
    
    
    Updates `authlib` from 1.6.4 to 1.6.5
    - [Release notes](https://github.com/authlib/authlib/releases)
    - [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst)
    - [Commits](authlib/authlib@v1.6.4...v1.6.5)
    
    ---
    updated-dependencies:
    - dependency-name: authlib
      dependency-version: 1.6.5
      dependency-type: indirect
      dependency-group: pip-security-updates
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    9476b11 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

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

Commits on Dec 18, 2025

  1. Configuration menu
    Copy the full SHA
    39d1bf1 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump urllib3 (#81)

    Bumps the pip-security-updates group with 1 update in the / directory: [urllib3](https://github.com/urllib3/urllib3).
    
    
    Updates `urllib3` from 2.5.0 to 2.6.0
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.5.0...2.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-version: 2.6.0
      dependency-type: direct:production
      dependency-group: pip-security-updates
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    0d4fd9b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. Configuration menu
    Copy the full SHA
    59b61c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1746e01 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

  1. feat: migrate from Poetry/mypy to uv/ty for improved performance (#87)

    Replaced Poetry with uv for dependency management and mypy with ty for type checking. Updated build backend to setuptools with uv lockfile support. Modified all development tooling including devbox, lefthook, Dockerfile, README, and CI workflows to use the new Astral ecosystem tools.
    
    uv's Rust-based resolver provides significantly faster dependency resolution and installation compared to Poetry. ty offers substantial performance improvements over mypy while maintaining type safety. This migration creates consistency across all Python tooling (ruff, uv, ty) within the Astral ecosystem.
    
    Updated semantic-release to use @semantic-release/exec with native uv commands (uv version, uv build, uv publish) for PyPI releases. Updated Dependabot to use the uv package ecosystem.
    mridang committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    7340d70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b498d8 View commit details
    Browse the repository at this point in the history
  3. chore(release): 4.1.0-beta.8 [skip ci]

    # [4.1.0-beta.8](v4.1.0-beta.7...v4.1.0-beta.8) (2026-01-30)
    
    ### Features
    
    * migrate from Poetry/mypy to uv/ty for improved performance ([#87](#87)) ([7340d70](7340d70))
    semantic-release-bot committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    55011ba View commit details
    Browse the repository at this point in the history
Loading