Skip to content

Commit 9366149

Browse files
committed
changes
1 parent c05e01a commit 9366149

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/includes/mongodb-compatibility-table-pymongo.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- ✓
3232
- ✓
3333
- ✓
34-
-
34+
-
3535

3636
* - 4.9
3737
- ✓
@@ -41,7 +41,7 @@
4141
- ✓
4242
- ✓
4343
- ✓
44-
-
44+
-
4545

4646
* - 4.4 to 4.8
4747
- ⊛

source/includes/troubleshooting/connection-targets.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Server Reports Wire Version X, PyMongo Requires Y
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4-
If you try to connect to {+mdb-server+} v3.4 or earlier,
4+
If you try to connect to {+mdb-server+} v3.6 or earlier,
55
{+driver-short+} might raise the following error:
66

77
.. code-block::
88
9-
pymongo.errors.ConfigurationError: Server at localhost:27017 reports wire version 5, but this version of PyMongo requires at least 6 (MongoDB 3.6).
9+
pymongo.errors.ConfigurationError: Server at localhost:27017 reports wire version 6, but this version of PyMongo requires at least 7 (MongoDB 4.0).
1010
1111
This occurs when the driver version is too new for the server it's connecting to.
1212
To resolve this issue, you can do one of the following:

0 commit comments

Comments
 (0)