@@ -7,7 +7,7 @@ name = "cometapi-haystack"
77dynamic = [" version" ]
88description = ' Use Comet API with Haystack to build AI applications with 500+ AI models.'
99readme = " README.md"
10- requires-python = " >=3.9 "
10+ requires-python = " >=3.10 "
1111license = " Apache-2.0"
1212keywords = []
1313authors = [
@@ -18,15 +18,14 @@ classifiers = [
1818 " License :: OSI Approved :: Apache Software License" ,
1919 " Development Status :: 4 - Beta" ,
2020 " Programming Language :: Python" ,
21- " Programming Language :: Python :: 3.9" ,
2221 " Programming Language :: Python :: 3.10" ,
2322 " Programming Language :: Python :: 3.11" ,
2423 " Programming Language :: Python :: 3.12" ,
2524 " Programming Language :: Python :: 3.13" ,
2625 " Programming Language :: Python :: Implementation :: CPython" ,
2726 " Programming Language :: Python :: Implementation :: PyPy" ,
2827]
29- dependencies = [" haystack-ai>=2.13.2 " ,]
28+ dependencies = [" haystack-ai>=2.22.0 " ,]
3029
3130[project .urls ]
3231Documentation = " https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/cometapi#readme"
@@ -85,7 +84,6 @@ module = [
8584ignore_missing_imports = true
8685
8786[tool .ruff ]
88- target-version = " py39"
8987line-length = 120
9088
9189[tool .ruff .lint ]
@@ -138,10 +136,6 @@ ignore = [
138136 # Allow function call argument defaults e.g. `Secret.from_env_var`
139137 " B008" ,
140138]
141- unfixable = [
142- # Don't touch unused imports
143- " F401" ,
144- ]
145139
146140[tool .ruff .lint .isort ]
147141known-first-party = [" haystack_integrations" ]
0 commit comments