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.
2 parents f548949 + 093cb38 commit 2eb56e1Copy full SHA for 2eb56e1
changelog.md
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
10
11
### Bugfixes
12
- 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
14
15
### Removed
16
setup.cfg
@@ -24,7 +24,7 @@ packages = find:
24
python_requires = >=3.6
25
install_requires =
26
websocket-client==1.2.1
27
- httpx ==0.19.0
+ httpx ==0.23.0
28
29
[options.extras_require]
30
httpx = http2
0 commit comments