Skip to content

Commit 1350768

Browse files
committed
pin databind
1 parent 0118c79 commit 1350768

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "haystack-pydoc-tools"
77
dynamic = ["version"]
88
description = 'Pydoc custom tools for Haystack docs'
99
readme = "README.md"
10-
requires-python = ">=3.7"
10+
requires-python = ">=3.8"
1111
license = "Apache-2.0"
1212
keywords = []
1313
authors = [
@@ -16,7 +16,6 @@ authors = [
1616
classifiers = [
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
]
2726
dependencies = [
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]
6161
detached = 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

Comments
 (0)