We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d5e2c commit 9d3cdc6Copy full SHA for 9d3cdc6
pyproject.toml
@@ -201,7 +201,8 @@ bcrypt = ">=3.1.7"
201
# Packagers that already took care of libwebp can lower that down to 5.4.0.
202
Pillow = ">=10.0.1"
203
# We use SortedDict.peekitem(), which was added in sortedcontainers 1.5.2.
204
-sortedcontainers = ">=1.5.2"
+# 2.0.5 updates collections.abc imports to avoid Python 3.10 incompatibility.
205
+sortedcontainers = ">=2.0.5"
206
pymacaroons = ">=0.13.0"
207
msgpack = ">=0.5.2"
208
phonenumbers = ">=8.2.0"
0 commit comments