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.
requests
1 parent 8a18479 commit 7237a03Copy full SHA for 7237a03
CHANGELOG.md
@@ -13,6 +13,7 @@ Changelog
13
### Internal changes
14
15
- changed tags for actor images with this client on Docker Hub to be aligned with the Apify SDK Node.js images
16
+- updated the `requests` dependency to 2.26.0
17
18
[0.1.0](../../releases/tag/v0.1.0) - 2021-08-02
19
-----------------------------------------------
setup.py
@@ -48,7 +48,7 @@
48
package_dir={'': 'src'},
49
packages=find_packages(where='src'),
50
python_requires='>=3.7',
51
- install_requires=['requests ~= 2.25.1'],
+ install_requires=['requests ~= 2.26.0'],
52
extras_require={
53
'dev': [
54
'autopep8 ~= 1.5.7',
0 commit comments