Skip to content

Commit 9cf71f7

Browse files
committed
Release version 7.5.4
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent c3ec719 commit 9cf71f7

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22

33

4+
## v7.5.4 (2025-10-07)
5+
6+
- Minor refactor to handle `shelve.open` and `dbm` errors
7+
- Remove import of deprecated `cgi` module
8+
- Replace deprecated `datetime.utcnow()` by `datetime.now(timezone.utc)`
9+
- deps: Remove the `importlib_metadata` dependency
10+
- deps: Remove the `importlib_resources` dependency
11+
- deps: Update dependency versions and lockfile
12+
- build: Update pyproject and lockfile to be compatible with PEP 621
13+
- docs: Correct spelling mistakes
14+
- docs: Fix interal references/links
15+
- docs: Clarify units for accepted_time_diff config param
16+
- docs: Correct documentation for contact_person
17+
18+
419
## 7.5.3 (2025-10-04)
520

621
- #973 Fix prepare_for_negotiated_authenticate to avoid double signing redirect requests

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pysaml2"
3-
version = "7.5.3"
3+
version = "7.5.4"
44
description = "Python implementation of SAML Version 2 Standard"
55
license = "Apache-2.0"
66
authors = [{name = "IdentityPython", email = "[email protected]"}]
@@ -21,7 +21,7 @@ keywords = [
2121
classifiers = [
2222
"Topic :: Software Development :: Libraries :: Python Modules",
2323
]
24-
requires-python = "^3.9"
24+
requires-python = ">= 3.9"
2525
dependencies = [
2626
"cryptography >=3.1",
2727
"defusedxml",

0 commit comments

Comments
 (0)