This is an automated email from the ASF dual-hosted git repository.

fgerlits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new fb4b7e85f MINIFICPP-2114 Fix docker-py dependency issue
fb4b7e85f is described below

commit fb4b7e85f864379bf9c1591ab114f5d135b9a98d
Author: Gabor Gyimesi <[email protected]>
AuthorDate: Thu May 4 10:42:12 2023 +0200

    MINIFICPP-2114 Fix docker-py dependency issue
    
    Signed-off-by: Ferenc Gerlits <[email protected]>
    This fixes #1571
---
 docker/requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/requirements.txt b/docker/requirements.txt
index 8efcc2861..8e49046c9 100644
--- a/docker/requirements.txt
+++ b/docker/requirements.txt
@@ -9,3 +9,4 @@ pyopenssl==23.0.0
 azure-storage-blob==12.9.0
 prometheus-api-client==0.5.0
 humanfriendly==10.0
+requests<2.29  # https://github.com/docker/docker-py/issues/3113

Reply via email to