Skip to content

Commit

Permalink
Fix The httpx command line client could not run because the required …
Browse files Browse the repository at this point in the history
…dependencies were not installed.

Make sure you've installed everything with: pip install 'httpx[cli]' version in setup.cfg
  • Loading branch information
Marcin Dębski committed Mar 8, 2023
1 parent f548949 commit 093cb38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.

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

### Removed

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ packages = find:
python_requires = >=3.6
install_requires =
websocket-client==1.2.1
httpx ==0.19.0
httpx ==0.23.0

[options.extras_require]
httpx = http2
Expand Down

0 comments on commit 093cb38

Please sign in to comment.