Skip to content

Commit

Permalink
remove jsonschema dependency from default environment (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Feb 12, 2025
1 parent 3f4e171 commit 9f2fca8
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion integrations/amazon_bedrock/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ dependencies = [
"pytest",
"pytest-rerunfailures",
"haystack-pydoc-tools",
"jsonschema",
]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
Expand Down
1 change: 0 additions & 1 deletion integrations/anthropic/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ dependencies = [
"pytest",
"pytest-rerunfailures",
"haystack-pydoc-tools",
"jsonschema", # needed for Tool
]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
Expand Down
1 change: 0 additions & 1 deletion integrations/cohere/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ dependencies = [
"pytest",
"pytest-rerunfailures",
"haystack-pydoc-tools",
"jsonschema" # for tools
]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
Expand Down
1 change: 0 additions & 1 deletion integrations/google_ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ dependencies = [
"pytest",
"pytest-rerunfailures",
"haystack-pydoc-tools",
"jsonschema", # needed for Tool
]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
Expand Down
1 change: 0 additions & 1 deletion integrations/google_vertex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ dependencies = [
"pytest",
"pytest-rerunfailures",
"haystack-pydoc-tools",
"jsonschema", # needed for Tool
]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
Expand Down
1 change: 0 additions & 1 deletion integrations/llama_cpp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ dependencies = [
"pytest-rerunfailures",
"haystack-pydoc-tools",
"transformers[sentencepiece]",
"jsonschema", # needed for Tool
]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
Expand Down
1 change: 0 additions & 1 deletion integrations/mistral/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ git_describe_command = 'git describe --tags --match="integrations/mistral-v[0-9]
installer = "uv"
dependencies = [
"coverage[toml]>=6.5",
"jsonschema",
"pytest",
"pytest-rerunfailures",
"haystack-pydoc-tools",
Expand Down
1 change: 0 additions & 1 deletion integrations/ollama/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ dependencies = [
"pytest",
"pytest-rerunfailures",
"haystack-pydoc-tools",
"jsonschema", # needed for Tool
]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
Expand Down

0 comments on commit 9f2fca8

Please sign in to comment.