From 681b714d63716b883c8df3c2b57f4096f40caa6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:04:35 +0000 Subject: [PATCH] Bump thrift from 0.11.0 to 0.24.0 Bumps [thrift](https://github.com/apache/thrift) from 0.11.0 to 0.24.0. - [Release notes](https://github.com/apache/thrift/releases) - [Commits](https://github.com/apache/thrift/compare/0.11.0...v0.24.0) --- updated-dependencies: - dependency-name: thrift dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dbb3fbe..7d1a60f 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ zip_safe=False, install_requires=[ 'tornado>=5.0, <=5.1', - 'thrift==0.11.0', + 'thrift==0.24.0', 'torthrift>=0.2.4', 'tornadis>=0.8.0, <=0.8.1', 'greenlet>=0.4.2',