This is an automated email from the ASF dual-hosted git repository.
rkk pushed a commit to branch release/1.4.0
in repository https://gitbox.apache.org/repos/asf/sdap-ingester.git
The following commit(s) were added to refs/heads/release/1.4.0 by this push:
new f9191b1 CM: Constrain yarl version to avoid bad import
f9191b1 is described below
commit f9191b1612ef157799db87257563aa92a4bcc1d7
Author: rileykk <[email protected]>
AuthorDate: Tue Oct 29 07:54:37 2024 -0700
CM: Constrain yarl version to avoid bad import
---
collection_manager/requirements.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/collection_manager/requirements.txt
b/collection_manager/requirements.txt
index d768fec..b0630ac 100644
--- a/collection_manager/requirements.txt
+++ b/collection_manager/requirements.txt
@@ -23,3 +23,4 @@ aiobotocore==1.2.2
aiohttp==3.8.3
aio-pika==6.7.1
urllib3==1.25.8
+yarl<=1.9.4