Skip to content

Commit 093cb38

Browse files
author
Marcin Dębski
committed
Fix The httpx command line client could not run because the required dependencies were not installed.
Make sure you've installed everything with: pip install 'httpx[cli]' version in setup.cfg
1 parent f548949 commit 093cb38

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010

1111
### Bugfixes
1212
- Fix `customer_monitoring_level` parameter in `login` method in agent-api v3.3/v3.4/v3.5 classes.
13+
- Fix `httpx` version in setup.cfg
1314

1415
### Removed
1516

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ packages = find:
2424
python_requires = >=3.6
2525
install_requires =
2626
websocket-client==1.2.1
27-
httpx ==0.19.0
27+
httpx ==0.23.0
2828

2929
[options.extras_require]
3030
httpx = http2

0 commit comments

Comments
 (0)