Skip to content

Commit 578b221

Browse files
committed
Remove the requirement for <3.12 for fakeredis
lupa now has support for 3.12, so this restriction can be removed
1 parent 301d15c commit 578b221

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ python = "3.11.* || 3.12.*"
2727

2828
"discord.py" = "~=2.3.2"
2929
async-rediscache = { version = "1.0.0rc2", optional = true }
30-
fakeredis = { version = "~=2.0", extras = ["lua"], optional = true, python = "<3.12" }
30+
fakeredis = { version = "~=2.0", extras = ["lua"], optional = true }
3131
pydantic = "~=2.6"
3232
statsd = "~=4.0"
3333
aiodns = "~=3.1"

0 commit comments

Comments
 (0)