Skip to content

Commit 131d5fc

Browse files
committed
fix(ndb): Bump pytz to 2022.1 to fix collections.Mapping ImportError on Python 3.10
1 parent 5f8c0af commit 131d5fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-ndb/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def main():
4444
"google-cloud-datastore >= 2.16.0, != 2.20.2, < 3.0.0",
4545
"protobuf >= 4.25.8, < 8.0.0",
4646
"pymemcache >= 2.1.0, < 5.0.0",
47-
"pytz >= 2018.3",
47+
"pytz >= 2022.1",
4848
"redis >= 3.0.0, < 8.0.0",
4949
]
5050

packages/google-cloud-ndb/testing/constraints-3.10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ google-api-core==2.11.0
1010
protobuf==4.25.8
1111
pymemcache==2.1.0
1212
redis==3.0.0
13-
pytz==2018.3
13+
pytz==2022.1
1414
# TODO(https://github.com/googleapis/python-ndb/issues/913) remove this dependency once six is no longer used in the codebase
1515
six==1.12.0

0 commit comments

Comments
 (0)