forked from Checkmk/checkmk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstraints.txt
More file actions
14 lines (13 loc) · 822 Bytes
/
Copy pathconstraints.txt
File metadata and controls
14 lines (13 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
pymongo<4.9 # 4.9 has no pymongo.database.Database anymore CMK-23463
# TODO: replace pysnmp-lextudio with the non-suffix pysnmp package. pysnmp-lextudio is deprecated:
# https://pypi.org/project/pysnmp-lextudio/
# All *-lextudio packages and pyasn1 are pinned due to their dependencies.
pyasn1==0.6.0 # CMK-23472
pysmi-lextudio==1.4.3 # CMK-23472
pysnmp-lextudio==6.1.2 # CMK-23472
snmpsim-lextudio==1.1.0 # CMK-23472
boto3<1.37.25 # Pinned due to 1.37.25 not being presented as suitable for our builds -> builds fail CMK-23473
pydantic<2.11 # Newer versions lead to test failures CMK-23474
pluggy<1.6.0 # test-unit target fails with some weird constraint error CMK-24026
schemathesis<4 # breaking changes here that require updates to the code CMK-24390
pytest<8.4 # breaking changes with pytest-playwright CMK-24472