This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new af7bc4786bd Remove direct dependency on thrift (#57423)
af7bc4786bd is described below

commit af7bc4786bd8f8e50ee9087a36d171c08584555e
Author: Elad Kalif <[email protected]>
AuthorDate: Tue Oct 28 21:00:07 2025 +0200

    Remove direct dependency on thrift (#57423)
---
 providers/apache/hive/pyproject.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/providers/apache/hive/pyproject.toml 
b/providers/apache/hive/pyproject.toml
index 9151aa1e61f..129376ba372 100644
--- a/providers/apache/hive/pyproject.toml
+++ b/providers/apache/hive/pyproject.toml
@@ -64,7 +64,6 @@ dependencies = [
     'pandas>=2.1.2; python_version <"3.13"',
     'pandas>=2.2.3; python_version >="3.13"',
     "pyhive[hive_pure_sasl]>=0.7.0",
-    "thrift>=0.11.0",
     "jmespath>=0.7.0",
 ]
 

Reply via email to