From fcd884113d5886f974d4db051647160181631984 Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Tue, 8 Feb 2022 11:40:34 -0500 Subject: [PATCH] Add support for fastavro<2 The breaking change in fastavro 1.0 was that it dropped Python 2 support --- README.rst | 2 +- requires/installation.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 698b167..bf4cb17 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ and can be installed via ``pip`` or ``easy_install``: Requirements ------------ - sprockets.mixins.amqp>=3.0.0 -- fastavro>=0.10.1,<1.0.0 +- fastavro>=0.10.1,<2.0.0 - tornado>=6,<7 Example diff --git a/requires/installation.txt b/requires/installation.txt index 4cf80a6..595232a 100644 --- a/requires/installation.txt +++ b/requires/installation.txt @@ -1,4 +1,4 @@ sprockets.mixins.amqp>=3.0.0,<4 sprockets.mixins.http>=2.3.0,<3 -fastavro>=0.10.1,<1.0.0 -tornado>=6,<7 \ No newline at end of file +fastavro>=0.10.1,<2.0.0 +tornado>=6,<7