Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring back hive support for Python 3.11 #1312

Closed
pankajastro opened this issue Aug 24, 2023 · 3 comments · Fixed by #1317
Closed

Bring back hive support for Python 3.11 #1312

pankajastro opened this issue Aug 24, 2023 · 3 comments · Fixed by #1317
Labels
feature New feature or request

Comments

@pankajastro
Copy link
Contributor

check if we can bring back hive support for Python 3.11 once PR apache/airflow#32607 is released

@pankajastro pankajastro added the feature New feature or request label Aug 24, 2023
@pankajkoti
Copy link
Collaborator

Do we need to wait for it to be released or can we pin a min version for the dependency in our list?

@pankajastro
Copy link
Contributor Author

Do we need to wait for it to be released or can we pin a min version for the dependency in our list?

OSS PR changes

- sasl>=0.3.1; python_version>="3.9"
+ pyhive[hive_pure_sasl]>=0.7.0

I'm wondering if the installation will still try to install the airflow hive provider old one which has sasl>=0.3.1 as a dependency and it causes a problem?

@pankajastro
Copy link
Contributor Author

If I remember correctly sasl was causing issue and pip would still try to install it but we can try

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants