mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 13:33:24 +00:00 
			
		
		
		
	requirements: Downgrade pika to 0.11.0.
Downgrading as issue #8466 is not fixed yet.
This commit is contained in:
		@@ -95,7 +95,8 @@ oauthlib==2.0.7
 | 
			
		||||
ndg-httpsclient==0.4.4
 | 
			
		||||
 | 
			
		||||
# Needed to access rabbitmq
 | 
			
		||||
pika==0.11.2
 | 
			
		||||
# See #8466 for why we're not using the latest version.
 | 
			
		||||
pika==0.11.0
 | 
			
		||||
 | 
			
		||||
# Needed to access our database
 | 
			
		||||
psycopg2==2.7.4 --no-binary psycopg2
 | 
			
		||||
 
 | 
			
		||||
@@ -101,7 +101,7 @@ pbr==3.1.1                # via mock
 | 
			
		||||
pexpect==4.3.0            # via ipython
 | 
			
		||||
phonenumberslite==8.8.6   # via django-phonenumber-field
 | 
			
		||||
pickleshare==0.7.4        # via ipython
 | 
			
		||||
pika==0.11.2
 | 
			
		||||
pika==0.11.0
 | 
			
		||||
pillow==5.0.0
 | 
			
		||||
pip-tools==1.11.0
 | 
			
		||||
polib==1.1.0
 | 
			
		||||
 
 | 
			
		||||
@@ -71,7 +71,7 @@ pbr==3.1.1                # via mock
 | 
			
		||||
pexpect==4.3.0            # via ipython
 | 
			
		||||
phonenumberslite==8.8.6   # via django-phonenumber-field
 | 
			
		||||
pickleshare==0.7.4        # via ipython
 | 
			
		||||
pika==0.11.2
 | 
			
		||||
pika==0.11.0
 | 
			
		||||
pillow==5.0.0
 | 
			
		||||
polib==1.1.0
 | 
			
		||||
premailer==3.1.1
 | 
			
		||||
 
 | 
			
		||||
@@ -8,4 +8,4 @@ ZULIP_VERSION = "1.7.1+git"
 | 
			
		||||
# Typically, adding a dependency only requires a minor version bump, and
 | 
			
		||||
# removing a dependency requires a major version bump.
 | 
			
		||||
 | 
			
		||||
PROVISION_VERSION = '18.0'
 | 
			
		||||
PROVISION_VERSION = '18.1'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user