Merge pull request #788 from sajith/3389.attrs-upper-bound

Add upper bound for `attrs` library

Fixes: ticket:3389
This commit is contained in:
Sajith Sasidharan 2020-08-21 16:40:28 -04:00 committed by GitHub
commit b79e9c4d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",