File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.1] ( https://github.com/googleapis/google-auth-library-python-httplib2/compare/v0.2.0...v0.2.1 ) (2025-03-11)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** Require google-auth > ; = 1.32.0,< ; 3.0.0 ([ a69b725] ( https://github.com/googleapis/google-auth-library-python-httplib2/commit/a69b725eb2f0f4538824ea2bb76581ee37ba3bd9 ) )
9
+ * ** deps:** Require httplib2 > ; = 0.19.0,< ; 1.0.0 ([ a69b725] ( https://github.com/googleapis/google-auth-library-python-httplib2/commit/a69b725eb2f0f4538824ea2bb76581ee37ba3bd9 ) )
10
+ * Drop python 3.6; require python 3.7+ ([ a69b725] ( https://github.com/googleapis/google-auth-library-python-httplib2/commit/a69b725eb2f0f4538824ea2bb76581ee37ba3bd9 ) )
11
+
3
12
## [ 0.2.0] ( https://github.com/googleapis/google-auth-library-python-httplib2/compare/v0.1.1...v0.2.0 ) (2023-12-12)
4
13
5
14
Original file line number Diff line number Diff line change 16
16
17
17
from setuptools import setup
18
18
19
- version = "0.2.0 "
19
+ version = "0.2.1 "
20
20
21
21
DEPENDENCIES = [
22
22
"google-auth >= 1.32.0,<3.0.0" ,
You can’t perform that action at this time.
0 commit comments