diff options
Diffstat (limited to 'databases/py-redis/files/patch-setup.py')
-rw-r--r-- | databases/py-redis/files/patch-setup.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/py-redis/files/patch-setup.py b/databases/py-redis/files/patch-setup.py new file mode 100644 index 000000000000..a91867d1562f --- /dev/null +++ b/databases/py-redis/files/patch-setup.py @@ -0,0 +1,13 @@ +Obtained from: https://github.com/redis/redis-py/commit/fdfc0d2ff41687e7b77c794101114f47d9d5a560 + +--- setup.py.orig 2025-04-30 14:54:05 UTC ++++ setup.py +@@ -38,7 +38,7 @@ setup( + python_requires=">=3.8", + install_requires=[ + 'async-timeout>=4.0.3; python_full_version<"3.11.3"', +- "PyJWT~=2.9.0", ++ "PyJWT>=2.9.0", + ], + classifiers=[ + "Development Status :: 5 - Production/Stable", |