Skip to content

Commit 41064cd

Browse files
committed
feat(DEVC-1752): bump version for fakeredis since py3.8 no longer supported for versions since 2.30.0 and upper
1 parent bc00f69 commit 41064cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
packages=setuptools.find_packages("src"),
4040
package_dir={"": "src"},
4141
install_requires=[
42-
"fakeredis[lua] >=2.26.2, <3.0.0",
42+
"fakeredis[lua] >=2.26.2, <2.30.0",
4343
"pydantic >=1.8.2, <2.0.0",
4444
"redis >=5.2.1, <6.0.0",
4545
"requests >=2.32.3, <3.0.0",

0 commit comments

Comments
 (0)