-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
When testing async Mongo caching on CI, I end up with this error:
E pymongo.errors.ConfigurationError: Server at 127.0.0.1:27019 reports wire version 7, but this version of PyMongo requires at least 8 (MongoDB 4.2).
Report example:
Can we upgrade the Mongo server version in the CI environment?
Reactions are currently unavailable