Skip to content

Commit 2eb56e1

Browse files
authored
Merge pull request #100 from livechat/Fixup_of_httpx_version_in_setup
Fix httpx version in setup.cfg
2 parents f548949 + 093cb38 commit 2eb56e1

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)