File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sag-py-auth-brand"
3- version = " 1.2.0 "
3+ version = " 1.2.1 "
44description = " Keycloak brand/instance authentication for python projects"
55authors = [" Samhammer AG" ]
66license = " MIT"
@@ -10,7 +10,7 @@ readme = "README.md"
1010python = " ^3.12"
1111contextvars = " ^2.4"
1212fastapi = { 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 ]
1616build = " >=1.2.2.post1"
Original file line number Diff line number Diff line change 11contextvars >= 2.4
22fastapi [standard ]>= 0.115.12
3- sag-py-auth >= 1.2.0
3+ sag-py-auth >= 1.2.1
Original file line number Diff line number Diff line change 1111
1212setuptools .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" ,
You can’t perform that action at this time.
0 commit comments