@@ -7,7 +7,7 @@ name = "haystack-pydoc-tools"
77dynamic = [" version" ]
88description = ' Pydoc custom tools for Haystack docs'
99readme = " README.md"
10- requires-python = " >=3.7 "
10+ requires-python = " >=3.8 "
1111license = " Apache-2.0"
1212keywords = []
1313authors = [
@@ -16,7 +16,6 @@ authors = [
1616classifiers = [
1717 " Development Status :: 4 - Beta" ,
1818 " Programming Language :: Python" ,
19- " Programming Language :: Python :: 3.7" ,
2019 " Programming Language :: Python :: 3.8" ,
2120 " Programming Language :: Python :: 3.9" ,
2221 " Programming Language :: Python :: 3.10" ,
@@ -26,7 +25,8 @@ classifiers = [
2625]
2726dependencies = [
2827 " pydoc-markdown==4.8.2" ,
29- " requests"
28+ " databind<4.5.0" ,
29+ " requests" ,
3030]
3131
3232[project .urls ]
@@ -55,7 +55,7 @@ cov = [
5555]
5656
5757[[tool .hatch .envs .all .matrix ]]
58- python = [" 3.7 " , " 3. 8" , " 3.9" , " 3.10" , " 3.11" ]
58+ python = [" 3.8" , " 3.9" , " 3.10" , " 3.11" ]
5959
6060[tool .hatch .envs .lint ]
6161detached = true
@@ -164,4 +164,4 @@ module = [
164164 " pydoc_markdown.*" ,
165165 " docspec.*" ,
166166]
167- ignore_missing_imports = true
167+ ignore_missing_imports = true
0 commit comments