Skip to content

Commit 7266c46

Browse files
committed
Limit pyang and xym to current major version; there's a possibility of new API-incompatible versions with semantic versioned numbers appearing.
- Legacy-Id: 13779
1 parent b97d45f commit 7266c46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ MySQL-python>=1.2.5
3333
pathlib>=1.0
3434
pathlib2>=2.3.0
3535
Pillow>=3.0
36-
pyang>=1.7.2 # Handled as an svn:externals component
36+
pyang>=1.7.2,<2.0
3737
pyflakes>=0.8.1
3838
pyquery>=1.2.13,!=1.2.14 # Pyqyery 1.2.14 fails on some selectors or stacked selectors
3939
python-dateutil>=2.2
@@ -51,6 +51,6 @@ Trac>=1.0.10,<1.2
5151
Unidecode>=0.4.18
5252
#wsgiref>=0.1.2
5353
xml2rfc>=2.5.0,!=2.6.0
54-
xym==0.4.2
54+
xym==0.4.2,<1.0
5555
#zxcvbn-python>=4.4.14 # Not needed until we do back-end password entropy validation
5656

0 commit comments

Comments
 (0)