Skip to content

Commit

Permalink
pin databind
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Mar 20, 2024
1 parent 0118c79 commit 1350768
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "haystack-pydoc-tools"
dynamic = ["version"]
description = 'Pydoc custom tools for Haystack docs'
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
license = "Apache-2.0"
keywords = []
authors = [
Expand All @@ -16,7 +16,6 @@ authors = [
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -26,7 +25,8 @@ classifiers = [
]
dependencies = [
"pydoc-markdown==4.8.2",
"requests"
"databind<4.5.0",
"requests",
]

[project.urls]
Expand Down Expand Up @@ -55,7 +55,7 @@ cov = [
]

[[tool.hatch.envs.all.matrix]]
python = ["3.7", "3.8", "3.9", "3.10", "3.11"]
python = ["3.8", "3.9", "3.10", "3.11"]

[tool.hatch.envs.lint]
detached = true
Expand Down Expand Up @@ -164,4 +164,4 @@ module = [
"pydoc_markdown.*",
"docspec.*",
]
ignore_missing_imports = true
ignore_missing_imports = true

0 comments on commit 1350768

Please sign in to comment.