Skip to content

Commit

Permalink
pin requests < 2.30, OCR-D#1082
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Aug 22, 2023
1 parent 927ea59 commit b53938c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ocrd/ocrd/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
from os import environ

import requests
from requests.adapters import HTTPAdapter
from requests.packages.urllib3.util.retry import Retry
from requests.adapters import HTTPAdapter, Retry

from ocrd.constants import TMP_PREFIX
from ocrd_utils import (
Expand Down
2 changes: 1 addition & 1 deletion ocrd/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bagit >= 1.7.0
bagit_profile >= 1.3.0
click >=7
requests
requests < 2.30
lxml
opencv-python-headless
Flask
Expand Down

0 comments on commit b53938c

Please sign in to comment.