Skip to content

Commit faba31c

Browse files
committed
update to latest version: v1.5.0
1 parent 62bd471 commit faba31c

5 files changed

Lines changed: 509 additions & 426 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

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+
38
## 1.4.1 - 2025-03-03
49

510
* Support new region me-central-1

Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
protobuf = "~=4.21"
8-
grpcio = "~=1.51"
7+
protobuf = "~=5.29.4"
8+
grpcio = "~=1.71.0"
99

1010
[dev-packages]
11-
grpcio-tools = "~=1.51"
11+
grpcio-tools = "~=1.71.0"
1212
setuptools = "~=65.3"
1313
pytest = "~=7.1"
1414
twine = "~=4.0"

0 commit comments

Comments
 (0)