mirror of
https://github.com/ceph/ceph
synced 2024-12-19 18:02:46 +00:00
6873a5c384
In PR #55255 I updated various files to be valid on newer versions of mypy. Update the constrains file to specify mypy 1.1.1. This certainly is not the newest version of mypy, but because ceph uses various older versions of python I am being cautious and trying to only incrementally update the mypy version. This version fixed an issue or two I hit while working on a prototype manager module compared to the previous version in the mypy-constrains.txt file. Signed-off-by: John Mulligan <jmulligan@redhat.com>
21 lines
400 B
Plaintext
21 lines
400 B
Plaintext
# let's avoid getting new versions of those packages by accident.
|
|
# Unfortunately this means we have to manually update those
|
|
# packages regularly.
|
|
|
|
mypy==1.1.1
|
|
|
|
# global
|
|
types-python-dateutil==0.1.3
|
|
types-requests==0.1.11
|
|
types-jwt==0.1.3
|
|
types-PyYAML==5.4.0
|
|
|
|
# src/pybind
|
|
types-backports==0.1.2
|
|
types-pkg_resources==0.1.3
|
|
|
|
# qa/
|
|
types-boto==0.1.0
|
|
types-cryptography==0.1.1
|
|
types-paramiko==0.1.3
|