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 ebb3342 commit d5e17e1Copy full SHA for d5e17e1
rsconnect/pyproject.py
@@ -122,7 +122,7 @@ def adapt_python_requires(
122
"""
123
current_contraints = python_requires.split(",")
124
125
- def _adapt_contraint(constraints: list[str]) -> typing.Generator[str, None, None]:
+ def _adapt_contraint(constraints: typing.List[str]) -> typing.Generator[str, None, None]:
126
for constraint in constraints:
127
constraint = constraint.strip()
128
if "@" in constraint or "-" in constraint or "/" in constraint:
0 commit comments