Skip to content

Commit 396b780

Browse files
chore(release): 4.1.0-beta.9 [skip ci]
# [4.1.0-beta.9](v4.1.0-beta.8...v4.1.0-beta.9) (2026-02-27) ### Bug Fixes * allow `cryptography` 46.x version and move it to `dev` dependencies. ([#98](#98)) ([64f0e3d](64f0e3d))
1 parent 64f0e3d commit 396b780

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.0b8"
10+
version = "4.1.0b9"
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.8"
5+
VERSION = "4.1.0-beta.9"

0 commit comments

Comments
 (0)