From 184f8bbb6d115d63fa53855f6e1fd5cdbf519c3d Mon Sep 17 00:00:00 2001 From: Adam Dyess Date: Thu, 7 Mar 2024 12:55:53 -0600 Subject: [PATCH] pin sniffio<1.3.1 --- wheelhouse.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wheelhouse.txt b/wheelhouse.txt index 20a694f..ed3f9cf 100644 --- a/wheelhouse.txt +++ b/wheelhouse.txt @@ -32,10 +32,13 @@ setuptools-scm<=1.17.0;python_version < '3.8' setuptools-scm<7;python_version >= '3.8' flit_core<4.0.0;python_version >= '3.8' flit_scm<=1.7.0;python_version >= '3.8' -anyio<3.7.0;python_version >= '3.8' charmhelpers>=0.4.0,<2.0.0 charms.reactive>=0.1.0,<2.0.0 wheel<0.34;python_version < '3.8' wheel<1.0;python_version >= '3.8' # pin netaddr to avoid pulling importlib-resources netaddr<=0.7.19 + +# https://github.com/python-trio/sniffio/pull/49 +anyio<3.7.0;python_version >= '3.8' +sniffio<1.3.1 # 1.3.1 requires setuptools>=64 \ No newline at end of file