This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/master by this push:
new bdabe0ace build(deps): bump twisted from 21.2.0 to 24.7.0 in
/python-client (#2095)
bdabe0ace is described below
commit bdabe0ace675306d220f1a029679d0fcd69e1372
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 11 14:59:00 2025 +0800
build(deps): bump twisted from 21.2.0 to 24.7.0 in /python-client (#2095)
Bumps [twisted](https://github.com/twisted/twisted) from 21.2.0 to 24.7.0.
- [Release notes](https://github.com/twisted/twisted/releases)
- [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst)
-
[Commits](https://github.com/twisted/twisted/compare/twisted-21.2.0...twisted-24.7.0)
---
updated-dependencies:
- dependency-name: twisted
dependency-type: direct:production
---
.github/workflows/test_python-client.yml | 2 ++
python-client/requirement.txt | 2 +-
python-client/setup.py | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/test_python-client.yml
b/.github/workflows/test_python-client.yml
index 599891265..c8ae0c69b 100644
--- a/.github/workflows/test_python-client.yml
+++ b/.github/workflows/test_python-client.yml
@@ -68,6 +68,8 @@ jobs:
# build and install thrift-compiler 0.13.0 manually.
- name: Install thrift
run: |
+ apt-get update
+ apt-get install python3-dev -y
export THRIFT_VERSION=0.13.0
wget --progress=dot:giga
https://github.com/apache/thrift/archive/refs/tags/v${THRIFT_VERSION}.tar.gz
tar -xzf v${THRIFT_VERSION}.tar.gz
diff --git a/python-client/requirement.txt b/python-client/requirement.txt
index b9b3ddcfe..ab17bf32c 100644
--- a/python-client/requirement.txt
+++ b/python-client/requirement.txt
@@ -1,4 +1,4 @@
-Twisted==21.2.0
+Twisted==24.7.0
aenum==3.0.0
thrift==0.13.0
pyOpenSSL==24.2.1
diff --git a/python-client/setup.py b/python-client/setup.py
index 7aed44303..d8642a6d7 100644
--- a/python-client/setup.py
+++ b/python-client/setup.py
@@ -21,7 +21,7 @@ import pypegasus
setup(
name='pypegasus3',
version=pypegasus.__version__,
- install_requires=['Twisted==21.2.0', 'aenum==3.0.0', 'thrift==0.13.0',
'pyOpenSSL==24.2.1', 'cryptography==43.0.1', 'PyYAML>=5.1'],
+ install_requires=['Twisted==24.7.0', 'aenum==3.0.0', 'thrift==0.13.0',
'pyOpenSSL==24.2.1', 'cryptography==43.0.1', 'PyYAML>=5.1'],
packages=find_packages(),
package_data={'': ['logger.yaml']},
platforms='any',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]