[
https://issues.apache.org/jira/browse/PHOENIX-7221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17821241#comment-17821241
]
ASF GitHub Bot commented on PHOENIX-7221:
-----------------------------------------
richardantal commented on code in PR #147:
URL:
https://github.com/apache/phoenix-queryserver/pull/147#discussion_r1504243495
##########
python-phoenixdb/setup.py:
##########
@@ -50,8 +53,9 @@ def readme():
install_requires=[
'protobuf>=3.0.0',
'requests',
- 'requests-gssapi',
- 'gssapi<1.6.0;python_version<"3.6"',
+ 'requests-gssapi; python_version>="3.8.0"',
+ 'requests-gssapi<1.30; python_version<"3.8.0"',
Review Comment:
shouldn't it be requests-gssapi<1.3.0
> Manage requests-gssapi version for Phython 3.7 and lower
> --------------------------------------------------------
>
> Key: PHOENIX-7221
> URL: https://issues.apache.org/jira/browse/PHOENIX-7221
> Project: Phoenix
> Issue Type: Bug
> Components: python, queryserver
> Affects Versions: queryserver-6.0.0, python-phoenixdb-1.2.0
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Critical
>
> The minimum Python requirement for requests-gssapi 1.3 is 3.8.
> Make sure we use 1.2.x for Python 3.7 and lower.
> We can use the existing conditional version settings for Python 2 as a
> template.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)