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 ed075ae commit b3fcbb3Copy full SHA for b3fcbb3
app/utils/pip/pip_parser.py
@@ -1,4 +1,4 @@
1
-from sanitize_version import sanitize_version
+from app.utils.sanitize_version import sanitize_version
2
3
4
async def parse_pip_constraints(raw_constraints: str) -> dict[str, str] | str:
0 commit comments