Skip to content

Commit d5f9b29

Browse files
Merge branch 'main' into fix/OpenSearch-format-json-no-longer-supported
2 parents 7272841 + 6a421b6 commit d5f9b29

16 files changed

Lines changed: 1 addition & 33 deletions

File tree

integrations/astra/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ non_interactive = true
7777
check_untyped_defs = true
7878
disallow_incomplete_defs = true
7979

80-
[tool.hatch.metadata]
81-
allow-direct-references = true
8280

8381
[tool.ruff]
8482
line-length = 120

integrations/azure_ai_search/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ non_interactive = true
7878
check_untyped_defs = true
7979
disallow_incomplete_defs = true
8080

81-
[tool.hatch.metadata]
82-
allow-direct-references = true
8381

8482

8583
[tool.ruff]

integrations/azure_doc_intelligence/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ non_interactive = true
8383
check_untyped_defs = true
8484
disallow_incomplete_defs = true
8585

86-
[tool.hatch.metadata]
87-
allow-direct-references = true
8886

8987
[tool.ruff]
9088
line-length = 120

integrations/chroma/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ non_interactive = true
7676
check_untyped_defs = true
7777
disallow_incomplete_defs = true
7878

79-
[tool.hatch.metadata]
80-
allow-direct-references = true
8179

8280
[tool.ruff]
8381
line-length = 120

integrations/elasticsearch/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ non_interactive = true
7878
check_untyped_defs = true
7979
disallow_incomplete_defs = true
8080

81-
[tool.hatch.metadata]
82-
allow-direct-references = true
8381

8482
[tool.ruff]
8583
line-length = 120

integrations/langfuse/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ non_interactive = true
7676
check_untyped_defs = true
7777
disallow_incomplete_defs = true
7878

79-
[tool.hatch.metadata]
80-
allow-direct-references = true
8179

8280

8381
[tool.ruff]

integrations/llama_cpp/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ non_interactive = true
8383
check_untyped_defs = true
8484
disallow_incomplete_defs = true
8585

86-
[tool.hatch.metadata]
87-
allow-direct-references = true
8886

8987
[tool.ruff.lint.isort]
9088
known-first-party = ["haystack_integrations"]

integrations/mcp/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,4 @@ markers = [
171171
]
172172
log_cli = true
173173
asyncio_default_fixture_loop_scope = "function"
174-
175-
[tool.hatch.metadata]
176-
allow-direct-references = true
174+

integrations/ollama/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ non_interactive = true
7979
check_untyped_defs = true
8080
disallow_incomplete_defs = true
8181

82-
[tool.hatch.metadata]
83-
allow-direct-references = true
8482

8583
[tool.ruff.lint.isort]
8684
known-first-party = ["haystack_integrations"]

integrations/opensearch/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ non_interactive = true
8181
check_untyped_defs = true
8282
disallow_incomplete_defs = true
8383

84-
[tool.hatch.metadata]
85-
allow-direct-references = true
8684

8785

8886
[tool.ruff]

0 commit comments

Comments
 (0)