diff options
author | Richard van der Hoff <github@rvanderhoff.org.uk> | 2018-02-13 12:24:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-13 12:24:08 +0000 |
commit | 4d09366656ec7d75fa1d3d3a0eb89fb49829b298 (patch) | |
tree | 6140c83b611f1fd1a717179bdf8695b10eb0a908 /synapse | |
parent | Merge pull request #2857 from matrix-org/erikj/upload_store (diff) | |
parent | Allow use of higher versions of saml2 (diff) | |
download | synapse-4d09366656ec7d75fa1d3d3a0eb89fb49829b298.tar.xz |
Merge pull request #2695 from okurz/feature/allow_recent_pysaml
Allow use of higher versions of saml2
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/python_dependencies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index 7052333c19..97b631e60d 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -36,7 +36,7 @@ REQUIREMENTS = { "pydenticon": ["pydenticon"], "ujson": ["ujson"], "blist": ["blist"], - "pysaml2>=3.0.0,<4.0.0": ["saml2>=3.0.0,<4.0.0"], + "pysaml2>=3.0.0": ["saml2>=3.0.0"], "pymacaroons-pynacl": ["pymacaroons"], "msgpack-python>=0.3.0": ["msgpack"], "phonenumbers>=8.2.0": ["phonenumbers"], |