From 68406633e7e535da42bd9b68d587a0a0b62e555d Mon Sep 17 00:00:00 2001 From: woutdenolf Date: Sat, 21 Dec 2024 11:01:12 +0100 Subject: [PATCH 1/3] add missing dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ee3a7c2023..02853251b2 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ python_requires=">=3.8", install_requires=[ 'async-timeout>=4.0.3; python_full_version<"3.11.3"', + "PyJWT~=2.9.0", ], classifiers=[ "Development Status :: 5 - Production/Stable", From a8f77fa54e339dc57ff1868ef2d3c7cb5adc9c71 Mon Sep 17 00:00:00 2001 From: woutdenolf Date: Sat, 21 Dec 2024 11:04:55 +0100 Subject: [PATCH 2/3] fix dev_requirements.txt --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 945afc35dc..c0cc36ab61 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -16,4 +16,4 @@ uvloop vulture>=2.3.0 wheel>=0.30.0 numpy>=1.24.0 -redispy-entraid-credentials @ git+https://github.com/redis-developer/redispy-entra-credentials.git/@main +redis-entraid @ git+https://github.com/redis-developer/redis-py-entraid.git@main From 8fe8e7bc24b2d09a2a00570bee3b85b32d693d15 Mon Sep 17 00:00:00 2001 From: vladvildanov Date: Mon, 23 Dec 2024 10:06:33 +0200 Subject: [PATCH 3/3] Changed main branch to release version --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index c0cc36ab61..be74470ec2 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -16,4 +16,4 @@ uvloop vulture>=2.3.0 wheel>=0.30.0 numpy>=1.24.0 -redis-entraid @ git+https://github.com/redis-developer/redis-py-entraid.git@main +redis-entraid==0.1.0b1