This repository was archived by the owner on Sep 23, 2025. It is now read-only.
Commit af6c3e5
authored
fix: pymongo requires pymongo.collection import (#28)
The latest version of pymongo (4.9.1) doesn't define `pymongo.collection`
unless you import it explicitly. edx-platform uses an older pymongo (4.4.0)
which is compatible whether or not you import `pymongo.collection`
explicitly.1 parent ba32fd3 commit af6c3e5
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments