From 97723d1e4cddac5a723b80e74c9b031292b2ff6e Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Thu, 9 Apr 2015 09:44:49 -0500 Subject: [PATCH] Uncap pymongo Workarounds have been implemented so that OpenStack now works with both pymongo 3.0 and earlier versions, so this cap can be removed. Change-Id: Iabb723cf4129b094b69276deaff1126da033ab18 Closes-Bug: 1441393 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index be7730eae2..cc5388e3a9 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -102,7 +102,7 @@ PyECLib>=1.0.7 # BSD pyghmi>=0.6.11 pykmip>=0.2.0 # Apache 2.0 License pymemcache>=1.2.9 # Apache 2.0 License -pymongo>=2.6.3,<3.0 +pymongo>=2.6.3 PyMySQL>=0.6.2 # MIT License pyngus>=1.2.0 # Apache 2.0 License pyOpenSSL>=0.11