blob: 9c77d0ec521340f36ccfdf46f9688503edb9727d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
+++ pyproject.toml
@@ -30,7 +30,7 @@ dependencies = [
"Deprecated >= 1.2.6",
# FIXME This should be able to be removed after 3.12 is released if there is a reliable API
# in importlib.metadata.
- "importlib-metadata >= 6.0, < 8.7.0",
+ "importlib-metadata >= 6.0",
]
dynamic = [
"version",
|