@@ -7,23 +7,22 @@ name = "stackit-haystack"
77dynamic = [" version" ]
88description = ' An integration of STACKIT as a StackitChatGenerator'
99readme = " README.md"
10- requires-python = " >=3.9 "
10+ requires-python = " >=3.10 "
1111license = " Apache-2.0"
1212keywords = []
1313authors = [{ name = " deepset GmbH" , email = " info@deepset.ai" }]
1414classifiers = [
1515 " License :: OSI Approved :: Apache Software License" ,
1616 " Development Status :: 4 - Beta" ,
1717 " Programming Language :: Python" ,
18- " Programming Language :: Python :: 3.9" ,
1918 " Programming Language :: Python :: 3.10" ,
2019 " Programming Language :: Python :: 3.11" ,
2120 " Programming Language :: Python :: 3.12" ,
2221 " Programming Language :: Python :: 3.13" ,
2322 " Programming Language :: Python :: Implementation :: CPython" ,
2423 " Programming Language :: Python :: Implementation :: PyPy" ,
2524]
26- dependencies = [" haystack-ai>=2.19 .0" ]
25+ dependencies = [" haystack-ai>=2.22 .0" ]
2726
2827[project .urls ]
2928Documentation = " https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/stackit#readme"
@@ -75,7 +74,6 @@ check_untyped_defs = true
7574disallow_incomplete_defs = true
7675
7776[tool .ruff ]
78- target-version = " py39"
7977line-length = 120
8078
8179[tool .ruff .lint ]
@@ -122,10 +120,6 @@ ignore = [
122120 " B008" ,
123121 " S101" ,
124122]
125- unfixable = [
126- # Don't touch unused imports
127- " F401" ,
128- ]
129123
130124[tool .ruff .lint .isort ]
131125known-first-party = [" haystack_integrations" ]
0 commit comments