diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9be8276..6b7e5fcec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ at anytime. ### Changed * Use the first port available for the peer and dht ports, starting with the provided values (defaults of 3333 and 4444). This allows multiple lbrynet instances in a LAN with UPnP. * Detect a UPnP redirect that didn't get cleaned up on a previous run and use it + * Bumped jsonschema requirement to 2.6.0 ### Added * diff --git a/requirements.txt b/requirements.txt index ee715c9c3..7dbfe73f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ GitPython==2.1.3 gmpy==1.17 jsonrpc==1.2 jsonrpclib==0.1.7 -jsonschema==2.5.1 +jsonschema==2.6.0 git+https://github.com/lbryio/lbryschema.git@v0.0.12#egg=lbryschema git+https://github.com/lbryio/lbryum.git@v3.1.9#egg=lbryum miniupnpc==1.9