Skip to content

Commit bcacc51

Browse files
authored
Lift off upper bound for MarkupSafe (#20113)
Per discussion and guidance from #19753, opening this PR for review. Based on if all the tests pass, this could be reviewed further. Resolves #19761.
1 parent 139be53 commit bcacc51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ install_requires =
123123
lazy-object-proxy
124124
lockfile>=0.12.2
125125
markdown>=2.5.2, <4.0
126-
markupsafe>=1.1.1, <=2.0
126+
markupsafe>=1.1.1
127127
marshmallow-oneofschema>=2.0.1
128128
# Required by vendored-in connexion
129129
openapi-spec-validator>=0.2.4

0 commit comments

Comments
 (0)