limit requests to '<2.32' for Docker and executables (#5665)

at least for the time being until requests fixed all
HTTPAdapter / SSLContext bugs
This commit is contained in:
Mike Fährmann
2024-06-01 15:40:11 +02:00
parent 807e2f7094
commit 330162f774
2 changed files with 2 additions and 1 deletions

View File

@@ -70,7 +70,7 @@ jobs:
- name: Build executable
run: |
pip install requests requests[socks] yt-dlp pyyaml ${{ matrix.python-packages }} pyinstaller
pip install 'requests<2.32' requests[socks] yt-dlp pyyaml ${{ matrix.python-packages }} pyinstaller
python ./scripts/pyinstaller.py --label '${{ env.LABEL }}'
- uses: actions/upload-artifact@v4