Skip to content

Commit 30eef0e

Browse files
committed
Downgrade minimum version of requests to 2.32.3
We can’t upgrade all apps until psf/requests#6730 is fixed (it stops the API from talking to DVLA)
1 parent 9d8b26f commit 30eef0e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 92.0.2
4+
5+
* Downgrade minimum version of `requests` to 2.32.3
6+
37
## 92.0.1
48

59
* Bumps core dependencies to latest versions

notifications_utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# - `make version-minor` for new features
66
# - `make version-patch` for bug fixes
77

8-
__version__ = "92.0.1" # 4fac24d69f58d11792a4288e113bf9df
8+
__version__ = "92.0.2" # ac67bdb3ed5b20ccb0a91cfb4481f4cd

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
install_requires=[
2626
"cachetools>=5.5.0",
2727
"mistune<2.0.0", # v2 is totally incompatible with unclear benefit
28-
"requests>=2.32.3",
28+
"requests>=2.32.2", # Can’t go past 2.32.2 until https://github.com/psf/requests/issues/6730 is fixed
2929
"python-json-logger>=2.0.7",
3030
"Flask>=3.1.0",
3131
"gunicorn[eventlet]>=20.1.0",

0 commit comments

Comments
 (0)