File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 2121 packages = find_packages (),
2222 include_package_data = True ,
2323 package_data = dict (cuenca = ['py.typed' ]),
24- python_requires = '>=3.8 ' ,
24+ python_requires = '>=3.9 ' ,
2525 install_requires = [
26- 'requests>=2.24,<28 ' ,
27- 'dataclasses>=0.7;python_version<"3.8" ' ,
28- 'cuenca-validations>= 0.11.3,<0.12 .0' ,
26+ 'requests>=2.32.0 ' ,
27+ 'cuenca-validations>=2.0.0 ' ,
28+ 'pydantic-extra-types>=2.10 .0' ,
2929 ],
3030 classifiers = [
31- 'Programming Language :: Python :: 3.8' ,
31+ 'Programming Language :: Python :: 3.9' ,
32+ 'Programming Language :: Python :: 3.10' ,
33+ 'Programming Language :: Python :: 3.11' ,
34+ 'Programming Language :: Python :: 3.12' ,
35+ 'Programming Language :: Python :: 3.13' ,
3236 'License :: OSI Approved :: MIT License' ,
3337 'Operating System :: OS Independent' ,
3438 ],
You can’t perform that action at this time.
0 commit comments