-
Type: Build Failure
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
-
Not Needed
-
Name of Failure:
Positional-only parameters are only supported in Python 3.8 and greater
Link to task:
https://github.com/mongodb/mongo-python-driver/actions/runs/8235453168/job/22519580114?pr=1546
Context of when and why the failure occurred:
Release of types-pyOpenSSL-24.0.0.20240311.
Stack trace:
Positional-only parameters are only supported in Python 3.8 and greater
[syntax]
def sock_shutdown(self, how: int, /) -> None: ... # alias to `_so...
^
Installing missing stub packages:
/home/runner/work/mongo-python-driver/mongo-python-driver/.tox/typecheck/bin/python -m pip install types-pyOpenSSL types-requests
Found 1 error in 1 file (errors prevented further checking)