Skip to content

Commit 30c1a5e

Browse files
Update grpcio version in requirements.txt
The grpcio library version has been updated from 1.51.1 to 1.66.1. This ensures compatibility with new features and potential bug fixes in the latest version. Other dependencies remain unchanged.
1 parent b52d60a commit 30c1a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="kubemq",
12-
version="3.3.0",
12+
version="3.4.0",
1313
description="KubeMQ SDK for Python",
1414
long_description=README,
1515
long_description_content_type="text/markdown",
@@ -19,7 +19,7 @@
1919
license="MIT",
2020
packages=find_packages(), # Corrected function call
2121
install_requires=[
22-
"grpcio==1.64.1",
22+
"grpcio==1.66.1",
2323
"protobuf>=4.21.0",
2424
"setuptools>=40.8.0",
2525
"PyJWT>=2.6.0",

0 commit comments

Comments
 (0)