We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94dba1 commit fc824c2Copy full SHA for fc824c2
setup.py
@@ -24,7 +24,7 @@ def get_version():
24
license="LGPLv3",
25
url="https://github.com/python-gitlab/python-gitlab",
26
packages=find_packages(),
27
- install_requires=["httpx>=0.14.3,<0.15"],
+ install_requires=["httpx>=0.18.1,<0.19"],
28
python_requires=">=3.6.0",
29
entry_points={"console_scripts": ["gitlab = gitlab.cli:main"]},
30
classifiers=[
0 commit comments