X Tutup
Skip to content

Commit 9d2ae23

Browse files
committed
refactor(asyncio): add version to httpx
1 parent 499914b commit 9d2ae23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
httpx
1+
httpx>=0.11.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_version():
2525
license="LGPLv3",
2626
url="https://github.com/python-gitlab/python-gitlab",
2727
packages=find_packages(),
28-
install_requires=["httpx"],
28+
install_requires=["httpx>=0.11.1"],
2929
python_requires=">=3.6.0",
3030
entry_points={"console_scripts": ["gitlab = gitlab.cli:main"]},
3131
classifiers=[

0 commit comments

Comments
 (0)
X Tutup