Skip to content

Commit

Permalink
chore: declare requires-python<3.13 in pyproject (#8547)
Browse files Browse the repository at this point in the history
* restrict to python<3.13

* try unpinning dulwich

* reintroduce dulwich pin
  • Loading branch information
anakin87 authored Nov 15, 2024
1 parent e45d332 commit f085959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
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."
readme = "README.md"
license = "Apache-2.0"
requires-python = ">=3.8"
requires-python = ">=3.8,<3.13"
authors = [{ name = "deepset.ai", email = "malte.pietsch@deepset.ai" }]
keywords = [
"BERT",
Expand Down

0 comments on commit f085959

Please sign in to comment.