Skip to content

Commit d4a42be

Browse files
authored
Lower the minimum required requests version to 2.23.0 (#12)
* Feature/retry on 401 (#8) * Version 0.0.4 * Improve logging * Set logging handler to NullHandler * Update logging params to constructor * Verify response is not None * Update examples * Log when token is not on environment * Update urls and document how to configure logging * Add test for setup_logs * Update app classifier for pypi * Lower requests req version to 2.23.0 (#11)
1 parent aae573f commit d4a42be

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "zoom-python-client"
7-
version = "0.0.4"
8-
dependencies = ["python-dotenv>=0.21.0", "requests>=2.26.0"]
7+
version = "0.0.5"
8+
dependencies = ["python-dotenv>=0.21.0", "requests>=2.23.0"]
99
authors = [{ name = "Rene Fernandez", email = "rene.fernandez@cern.ch" }]
1010
description = "Zoom API client for Python"
1111
readme = "README.md"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
python-dotenv==0.21.0
2-
requests==2.26.0
2+
requests==2.23.0
33
typing_extensions==4.3.0

0 commit comments

Comments
 (0)