Skip to content

Commit

Permalink
Fix requests version due to issue with Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorjerse committed Jul 20, 2021
1 parent f0cb5bb commit 034ef50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
Unreleased
==========

Changed
-------
- Fix ``requests`` version due to compatibility with Python 3.4

Added
-----
- Add support for Python 3.9
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
],
keywords='resolwe runtime utilities library',
py_modules=['resolwe_runtime_utils'],
install_requires=['requests>=2.20.1'],
install_requires=['requests>=2.20.1,<2.26'],
extras_require={
'dev': ['tox'],
'docs': ['Sphinx', 'sphinx_rtd_theme'],
Expand Down

0 comments on commit 034ef50

Please sign in to comment.