@@ -4,31 +4,30 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " hueclientrest"
7- version = " 0.1.4 "
7+ version = " 0.2.0 "
88authors = [
99 {name = " Ramon LOPEZ" , email = " ramon.lopez@outlook.fr" },
1010]
1111description = " A Python REST client for interacting with Hadoop Hue's REST API"
1212readme = " README.md"
1313license = {text = " GPL-3.0" }
14- requires-python = " >=3.8 "
14+ requires-python = " >=3.9 "
1515classifiers = [
1616 " Development Status :: 3 - Alpha" ,
1717 " Intended Audience :: Developers" ,
1818 " License :: OSI Approved :: MIT License" ,
1919 " Operating System :: OS Independent" ,
2020 " Programming Language :: Python :: 3" ,
21- " Programming Language :: Python :: 3.8" ,
2221 " Programming Language :: Python :: 3.9" ,
2322 " Programming Language :: Python :: 3.10" ,
2423 " Programming Language :: Python :: 3.11" ,
2524 " Programming Language :: Python :: 3.12" ,
2625]
2726keywords = [" hue" , " hadoop" , " package" , " python" ]
2827dependencies = [
29- " requests>=2.32.3 " ,
30- " urllib3>=2.3 .0"
31- ]
28+ " requests>=2.28.0,<3.0.0 " ,
29+ " urllib3>=1.26.0,<3.0 .0"
30+ ]
3231
3332
3433[project .optional-dependencies ]
0 commit comments