Skip to content

Commit 935d517

Browse files
chore(release): 1.4.3 [skip ci]
## [1.4.3](v1.4.2...v1.4.3) (2025-05-26) ### Bug Fixes * added the requests module as directly dependecy as authlib marks it as peer dependency ([22ac721](22ac721))
1 parent 22ac721 commit 935d517

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
@@ -29,7 +29,7 @@ documentation = "https://python-poetry.org/docs/"
2929

3030
[tool.poetry]
3131
include = ["zitadel_client/py.typed"]
32-
version = "1.4.2"
32+
version = "1.4.3"
3333

3434
[tool.poetry.group.dev.dependencies]
3535
pytest = ">= 7.2.1"

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 = "1.4.2"
5+
VERSION = "1.4.3"

0 commit comments

Comments
 (0)