mirror of
				https://github.com/matrix-org/synapse.git
				synced 2025-11-04 02:01:03 +01:00 
			
		
		
		
	Allow use of higher versions of saml2
The package was pinned to <4.0 with 07cf96eb because "from saml2 import config" did not work. This seems to have been fixed in the mean time in the saml2 package and therefore should not stop to use a more recent version. Signed-off-by: Oliver Kurz <okurz@suse.de>
This commit is contained in:
		
							parent
							
								
									2145ee1976
								
							
						
					
					
						commit
						83d8d4d8cd
					
				@ -36,7 +36,7 @@ REQUIREMENTS = {
 | 
				
			|||||||
    "pydenticon": ["pydenticon"],
 | 
					    "pydenticon": ["pydenticon"],
 | 
				
			||||||
    "ujson": ["ujson"],
 | 
					    "ujson": ["ujson"],
 | 
				
			||||||
    "blist": ["blist"],
 | 
					    "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"],
 | 
					    "pymacaroons-pynacl": ["pymacaroons"],
 | 
				
			||||||
    "msgpack-python>=0.3.0": ["msgpack"],
 | 
					    "msgpack-python>=0.3.0": ["msgpack"],
 | 
				
			||||||
    "phonenumbers>=8.2.0": ["phonenumbers"],
 | 
					    "phonenumbers>=8.2.0": ["phonenumbers"],
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user