Skip to content

Commit 95686e1

Browse files
chore(release): 4.1.0 [skip ci]
# [4.1.0](v4.0.0...v4.1.0) (2026-03-17) ### Bug Fixes * allow `cryptography` 46.x version and move it to `dev` dependencies. ([#98](#98)) ([64f0e3d](64f0e3d)) * **build:** enable the pipeline to also run the commitlint checks ([e07e8bc](e07e8bc)) * **build:** fix the name of the docker-related dependabot updates [skip ci] ([659a0e2](659a0e2)) * **build:** trigger pipeline only on all branches for push [skip ci] ([acec35e](acec35e)) ### Features * add TransportOptions for configuring TLS, proxy, and default headers ([#103](#103)) ([241f7d4](241f7d4)) * **build:** added a workflow to find ununsed dependencies ([#57](#57)) ([05b6a4b](05b6a4b)) * initial beta sdk release for Zitadel v4.0.0-rc.1 ([da564cb](da564cb)) * migrate from Poetry/mypy to uv/ty for improved performance ([#87](#87)) ([7340d70](7340d70)) * **sdk:** generate SDK for version v4.0.0 ([#60](#60)) ([285a52a](285a52a)) * **sdk:** generate SDK for version v4.1.3 ([#68](#68)) ([6075a35](6075a35)) * **sdk:** generate SDK for version v4.11.0 ([#102](#102)) ([3eda505](3eda505)) * **sdk:** generate SDK for version v4.2.0 ([#69](#69)) ([eab286e](eab286e)) * **sdk:** generate SDK for version v4.3.0 ([#71](#71)) ([514026e](514026e))
1 parent 63b4617 commit 95686e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.10"
77
authors = [
88
{ name = "Mridang Agarwalla", email = "mridang@zitadel.com" }
99
]
10-
version = "4.1.0b11"
10+
version = "4.1.0"
1111
keywords = ["sdk", "iam", "client-lib", "client-library", "sdk-python", "zitadel", "zitadel-sdk"]
1212
classifiers = [
1313
"Topic :: Software Development :: Libraries"

zitadel_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ class Version:
22
def __init__(self) -> None:
33
pass
44

5-
VERSION = "4.1.0-beta.11"
5+
VERSION = "4.1.0"

0 commit comments

Comments
 (0)