Add upper bound for attrs library

This commit is contained in:
Sajith Sasidharan 2020-08-21 15:53:58 -04:00
parent 9089a1226a
commit a9fa70c3d5
2 changed files with 2 additions and 1 deletions

0
newsfragments/3389.minor Normal file
View File

View File

@ -117,7 +117,8 @@ install_requires = [
"eliot ~= 1.7",
# A great way to define types of values.
"attrs >= 18.2.0",
# XXX: drop the upper bound: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3390
"attrs >= 18.2.0, < 20",
# WebSocket library for twisted and asyncio
"autobahn >= 19.5.2",