Skip to content

Commit 0de2078

Browse files
committed
pin openapi dependencies
1 parent fc2ac52 commit 0de2078

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

requirements.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
isodate==0.6.0
22
dictpath==0.1.3
3-
openapi-spec-validator
4-
openapi-schema-validator
3+
openapi-spec-validator==0.3.3
4+
openapi-schema-validator==0.1.6
5+
PyYAML==5.3.1
56
six
67
lazy-object-proxy
78
attrs

requirements_2.7.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
isodate==0.6.0
2-
openapi-spec-validator
3-
openapi-schema-validator
2+
openapi-spec-validator==0.3.3
3+
openapi-schema-validator==0.1.6
44
six
55
lazy-object-proxy
66
backports.functools-lru-cache

requirements_dev.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
mock==2.0.0
22
pytest==3.5.0
3-
pytest-flake8
3+
pytest-flake8==1.0.7
44
pytest-cov==2.5.1
5+
flake8==3.9.2
56
falcon==2.0.0; python_version<"3.0"
67
falcon==3.0.0; python_version>="3.0"
78
flask

setup.cfg

+5-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ setup_requires =
2828
install_requires =
2929
isodate
3030
dictpath
31-
openapi-spec-validator
32-
openapi-schema-validator
31+
openapi-spec-validator < 0.4.0
32+
openapi-schema-validator < 0.2.0
33+
PyYAML < 6.0; python_version>="3.6"
3334
six
3435
lazy-object-proxy
3536
attrs
@@ -41,8 +42,9 @@ install_requires =
4142
tests_require =
4243
mock; python_version<"3.0"
4344
pytest
44-
pytest-flake8
45+
pytest-flake8 < 1.1.0
4546
pytest-cov
47+
flake8 < 4.0.0
4648
falcon
4749
flask
4850
responses

0 commit comments

Comments
 (0)