We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62bd471 commit faba31cCopy full SHA for faba31c
5 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 1.5.0 - 2025-05-13
4
+
5
+* Update the minimum supported version to Python 3.9
6
+* Update the maximum supported version to Python 3.13
7
8
## 1.4.1 - 2025-03-03
9
10
* Support new region me-central-1
Pipfile
@@ -4,11 +4,11 @@ verify_ssl = true
name = "pypi"
[packages]
-protobuf = "~=4.21"
-grpcio = "~=1.51"
+protobuf = "~=5.29.4"
+grpcio = "~=1.71.0"
[dev-packages]
11
-grpcio-tools = "~=1.51"
+grpcio-tools = "~=1.71.0"
12
setuptools = "~=65.3"
13
pytest = "~=7.1"
14
twine = "~=4.0"
0 commit comments