Skip to content

Commit 56394ee

Browse files
committed
Limit python3-saml a bit
xmlsec/python-xmlsec#320
1 parent bfe8832 commit 56394ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Homepage = "https://github.com/python-social-auth/social-core"
118118

119119
[project.optional-dependencies]
120120
saml = [
121-
"python3-saml>=1.5.0",
121+
"python3-saml~=1.5.0",
122122
]
123123
azuread = [
124124
"cryptography>=2.1.1",

0 commit comments

Comments
 (0)