@@ -4,28 +4,28 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " essentials-configuration"
7- version = " 2.0.4 "
7+ version = " 2.0.5 "
88authors = [{ name = " Roberto Prevato" , email = " roberto.prevato@gmail.com" }]
99description = " Implementation of key-value pair based configuration for Python applications."
1010readme = " README.md"
11- requires-python = " >=3.7 "
11+ requires-python = " >=3.10 "
1212classifiers = [
1313 " Development Status :: 5 - Production/Stable" ,
1414 " License :: OSI Approved :: MIT License" ,
1515 " Programming Language :: Python :: 3" ,
16- " Programming Language :: Python :: 3.8" ,
17- " Programming Language :: Python :: 3.9" ,
1816 " Programming Language :: Python :: 3.10" ,
1917 " Programming Language :: Python :: 3.11" ,
2018 " Programming Language :: Python :: 3.12" ,
19+ " Programming Language :: Python :: 3.13" ,
20+ " Programming Language :: Python :: 3.14" ,
2121 " Operating System :: OS Independent" ,
2222]
2323keywords = [" configuration" , " root" , " management" , " strategy" , " settings" ]
2424
2525dependencies = [
26- " deepmerge~=1.1 .0" ,
26+ " deepmerge~=2 .0" ,
2727 " tomli; python_version < '3.11'" ,
28- " python-dotenv~=1.0.0 " ,
28+ " python-dotenv~=1.2.1 " ,
2929]
3030
3131[project .optional-dependencies ]
0 commit comments