|
1 | 1 | [build-system] |
2 | | -requires = ["setuptools>=61.0", "wheel"] |
| 2 | +requires = ["setuptools>=82.0.0", "wheel"] |
3 | 3 | build-backend = "setuptools.build_meta" |
4 | 4 |
|
5 | 5 | [project] |
6 | 6 | name = "conviso-cli" |
7 | 7 | dynamic = ["version"] |
8 | 8 | description = "CLI to interact with Conviso Platform via GraphQL." |
9 | 9 | readme = "README.md" |
10 | | -requires-python = ">=3.9" |
| 10 | +requires-python = ">=3.10" |
11 | 11 | license = { file = "LICENSE" } |
12 | 12 | authors = [ |
13 | 13 | { name = "Conviso Labs", email = "suporte@convisoappsec.com" } |
14 | 14 | ] |
15 | 15 | classifiers = [ |
| 16 | + "Development Status :: 5 - Production/Stable", |
16 | 17 | "Programming Language :: Python :: 3", |
17 | | - "Programming Language :: Python :: 3.9", |
18 | 18 | "Programming Language :: Python :: 3.10", |
19 | 19 | "Programming Language :: Python :: 3.11", |
| 20 | + "Programming Language :: Python :: 3.12", |
| 21 | + "Programming Language :: Python :: 3.13", |
| 22 | + "Programming Language :: Python :: 3.14", |
20 | 23 | "Operating System :: OS Independent", |
21 | 24 | "Environment :: Console", |
22 | 25 | ] |
23 | 26 |
|
24 | 27 | dependencies = [ |
25 | | - "typer>=0.21.1", |
26 | | - "rich>=14.3.1", |
| 28 | + "typer>=0.24.1", |
| 29 | + "rich>=14.3.3", |
27 | 30 | "requests>=2.32.5", |
28 | | - "python-dotenv>=1.2.1", |
29 | | - "pyyaml>=6.0.1" |
| 31 | + "python-dotenv>=1.2.2", |
| 32 | + "pyyaml>=6.0.3" |
30 | 33 | ] |
31 | 34 |
|
32 | 35 | [project.urls] |
|
0 commit comments