Skip to content

Commit f085959

Browse files
authored
chore: declare requires-python<3.13 in pyproject (#8547)
* restrict to python<3.13 * try unpinning dulwich * reintroduce dulwich pin
1 parent e45d332 commit f085959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
description = "LLM framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data."
99
readme = "README.md"
1010
license = "Apache-2.0"
11-
requires-python = ">=3.8"
11+
requires-python = ">=3.8,<3.13"
1212
authors = [{ name = "deepset.ai", email = "[email protected]" }]
1313
keywords = [
1414
"BERT",

0 commit comments

Comments
 (0)