Possible typo in serverless cluster documentation, and does it support the Data API?

In the serverless cluster limitations section, it mentions PyMongo should be at least 3.12.0, but based on the context around it (all languages), it seems like it’s supposed to be Python is at least 3.12.0.

To corroborate this, when I select Python as the driver in the “connect” screen/instructions, Python 3.12 is the only option for my serverless cluster.

Additionally, the Data API doesn’t seem to work with my serverless cluster, though this isn’t explicitly documented as far as I can tell. Is this a supported or unsupported feature?

This is not a typo. PyMongo>=3.12 is needed in order to connect to a serverless instance and any Python version (that PyMongo supports) will work.

2 Likes

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.