File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ v4.11.1
2+ * Loosen requirements for `requests` lib to >=2.4.2 to keep compatible with 2.10
3+
14v4.11.0
2- * Set minimum supported python version to 3.9, deprecating support for end-of-life versions of python
5+ * Set minimum supported python version to 3.9, deprecating support for end-of-life versions of python
36* Convert setup.py to pyproject.toml
47
58v4.9.0
Original file line number Diff line number Diff line change 2424from requests .auth import HTTPBasicAuth
2525import urllib3
2626
27- __version__ = '4.11.0 '
27+ __version__ = '4.11.1 '
2828VERSION = __version__ # TODO: remove when bumping major version.
2929
3030logger = logging .getLogger (__name__ )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ authors = [
1313]
1414requires-python = " >=3.9"
1515dependencies = [
16- " requests>=2.25.0 , <3" ,
16+ " requests>=2.4.2 , <3" ,
1717]
1818keywords = [" mixpanel" , " analytics" ]
1919classifiers = [
You can’t perform that action at this time.
0 commit comments