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 d97fd0b commit 29e0e68Copy full SHA for 29e0e68
src/pip/_internal/utils/packaging.py
@@ -35,7 +35,7 @@ def check_requires_python(
35
return python_version in requires_python_specifier
36
37
38
-@functools.lru_cache(maxsize=2048)
+@functools.lru_cache(maxsize=10000)
39
def get_requirement(req_string: str) -> Requirement:
40
"""Construct a packaging.Requirement object with caching"""
41
# Parsing requirement strings is expensive, and is also expected to happen
0 commit comments