diff options
author | Robert Guo <robert.guo@mongodb.com> | 2021-11-30 00:47:51 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-11-30 01:29:54 +0000 |
commit | 8e02f9ae1187eac1731ab8e710507cc87c75417c (patch) | |
tree | 99aeadf5c41cacbc0d61604a8402d33e6f2d3e2d /etc | |
parent | 967b0a1d27ae3bc7b96742170937f14fe4becb36 (diff) | |
download | mongo-8e02f9ae1187eac1731ab8e710507cc87c75417c.tar.gz |
SERVER-61791 pin python core dependencies
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pip/components/core.req | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/pip/components/core.req b/etc/pip/components/core.req index 5bfa1137500..1e06cdf507b 100644 --- a/etc/pip/components/core.req +++ b/etc/pip/components/core.req @@ -1,7 +1,7 @@ # Core (we need these for most buildscripts) -psutil -pymongo >= 3.9, != 3.6.0 # See PYTHON-1434, SERVER-34820 -PyYAML >= 3.0.0 -requests >= 2.0.0 +psutil <= 5.8.0 +pymongo >= 3.9, < 4.0 +PyYAML >= 3.0.0, <= 6.0.0 +requests >= 2.0.0, <= 2.26.0 pkce == 1.0.3 oauthlib == 3.1.1 |