Skip to content

Commit eaf6cfa

Browse files
julian-rischclaude
andcommitted
revert(mistral): remove redundant [tool.uv] section from pyproject.toml
Root uv.toml already sets exclude-newer = "24 hours" for the whole repo. Confirmed via test that hatch -e test env run -- uv pip install respects the root config. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e51755c commit eaf6cfa

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

integrations/mistral/pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/m
3030
Issues = "https://github.com/deepset-ai/haystack-core-integrations/issues"
3131
Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/mistral"
3232

33-
[tool.uv]
34-
# Exclude packages uploaded in the last 24 hours to mitigate supply chain attacks.
35-
# First-party packages are exempted so freshly published releases are always resolvable.
36-
exclude-newer = "24 hours"
37-
exclude-newer-package = { haystack-ai = "0 days" }
38-
3933
[tool.hatch.build.targets.wheel]
4034
packages = ["src/haystack_integrations"]
4135

0 commit comments

Comments
 (0)