MOTOR-952 Bump PyMongo minimum to 4.1 (#169)
This commit is contained in:
parent
92b4d51ecb
commit
69e1bae0ba
@ -98,7 +98,7 @@ Motor works in all the environments officially supported by Tornado or by
|
||||
asyncio. It requires:
|
||||
|
||||
* Unix (including macOS) or Windows.
|
||||
* PyMongo_ >=4,<5
|
||||
* PyMongo_ >=4.1,<5
|
||||
* Python 3.7+
|
||||
|
||||
Optional dependencies:
|
||||
|
||||
@ -19,7 +19,7 @@ Motor works in all the environments officially supported by Tornado or by
|
||||
asyncio. It requires:
|
||||
|
||||
* Unix (including macOS) or Windows.
|
||||
* PyMongo_ >=4,<5
|
||||
* PyMongo_ >=4.1,<5
|
||||
* Python 3.7+
|
||||
|
||||
Optional dependencies:
|
||||
|
||||
@ -4,7 +4,7 @@ Requirements
|
||||
The current version of Motor requires:
|
||||
|
||||
* CPython 3.7 and later.
|
||||
* PyMongo_ 4.0 and later.
|
||||
* PyMongo_ 4.1 and later.
|
||||
|
||||
Motor can integrate with either Tornado or asyncio.
|
||||
|
||||
@ -47,7 +47,7 @@ Motor and PyMongo
|
||||
+-------------------+-----------------+
|
||||
| 2.5 | 3.12+ |
|
||||
+-------------------+-----------------+
|
||||
| 3.0 | 4.0+ |
|
||||
| 3.0 | 4.1+ |
|
||||
+-------------------+-----------------+
|
||||
|
||||
Motor and MongoDB
|
||||
|
||||
Loading…
Reference in New Issue
Block a user