mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 09:06:21 +01:00
ebcf26aa00
The GDB and LLDB pretty-printers were updated to call bson.decode() in SERVER-43055, and the bson.decode() convenience method was introduced in PyMongo 3.9.0. However, we never updated the required PyMongo version in our build requirements. This change updates the requirement so debugging works properly with newer server versions.
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
# 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
|