Skip to content

Commit 9984d46

Browse files
committed
KIT-4259 update sag_py_auth version
1 parent b5baa9b commit 9984d46

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sag-py-auth-brand"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "Keycloak brand/instance authentication for python projects"
55
authors = ["Samhammer AG"]
66
license = "MIT"
@@ -10,7 +10,7 @@ readme = "README.md"
1010
python = "^3.12"
1111
contextvars = "^2.4"
1212
fastapi = { version = ">=0.115.12", extras = ["standard"] }
13-
sag-py-auth = ">=1.1.1"
13+
sag-py-auth = ">=1.2.1"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
build = ">=1.2.2.post1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
contextvars>=2.4
22
fastapi[standard]>=0.115.12
3-
sag-py-auth>=1.2.0
3+
sag-py-auth>=1.2.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setuptools.setup(
1313
name="sag-py-auth-brand",
14-
version="1.2.0",
14+
version="1.2.1",
1515
description="Keycloak brand/instance authentication for python projects",
1616
long_description=LONG_DESCRIPTION,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)