Skip to content

Commit

Permalink
Merge pull request #112 from inventree/request-version
Browse files Browse the repository at this point in the history
Set minimum version for requests package
  • Loading branch information
SchrodingersGat authored Jun 19, 2022
2 parents 035e5d7 + 10d4547 commit 2303a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inventree/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import json


INVENTREE_PYTHON_VERSION = "0.7.1"
INVENTREE_PYTHON_VERSION = "0.7.2"


logger = logging.getLogger('inventree')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
),

install_requires=[
"requests"
"requests>=2.27.0"
],

setup_requires=[
Expand Down

0 comments on commit 2303a7e

Please sign in to comment.