chore(deps): update sentence-transformers requirement from <4,>=2.2.2 to >=2.2.2,<6#28
Merged
Muizzkolapo merged 2 commits intoMar 29, 2026
Conversation
dependabot
Bot
force-pushed
the
dependabot/pip/sentence-transformers-gte-2.2.2-and-lt-6
branch
5 times, most recently
from
March 28, 2026 15:50
6c282a0 to
cc76751
Compare
Updates the requirements on [sentence-transformers](https://github.com/huggingface/sentence-transformers) to permit the latest version. - [Release notes](https://github.com/huggingface/sentence-transformers/releases) - [Commits](huggingface/sentence-transformers@v2.2.2...v5.3.0) --- updated-dependencies: - dependency-name: sentence-transformers dependency-version: 5.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/sentence-transformers-gte-2.2.2-and-lt-6
branch
from
March 29, 2026 01:02
cc76751 to
8f8d1f4
Compare
dependabot
Bot
deleted the
dependabot/pip/sentence-transformers-gte-2.2.2-and-lt-6
branch
March 29, 2026 01:29
4 tasks
Muizzkolapo
added a commit
that referenced
this pull request
Apr 12, 2026
…tracts, cross-workflow, HITL Restructured SKILL.md to teach the data flow model first (Terraform analogy, pipeline chain visualization) before diving into syntax. Added guard field flattening clarification. Reframed 28 pitfalls as status-based contracts — each item now states what the feature does, its current status (Working/Known limitation/Partially implemented), and workarounds. Updated guard operator pitfall (#28) to reflect it's now fixed. Added two new reference files: - cross-workflow-patterns.md: manifest linking, running, known limitations - hitl-patterns.md: 4 patterns (basic, guard pre-filter, downstream, auto-review) Added concrete data shapes to data-flow-patterns.md for record, file, version merge, and seed data modes. Added guard field visibility section to context-scope-guide.md explaining how guard conditions see flattened field names from observed namespaces. All suggestions verified against current codebase — HITL lineage truncation (fixed in PR #231), guard operators (fixed), cross-workflow static checker (partially fixed, Clone 1 working on full fix).
Muizzkolapo
added a commit
that referenced
this pull request
Apr 12, 2026
…ck (#243) * docs: restructure agent-actions-workflow skill — data flow model, contracts, cross-workflow, HITL Restructured SKILL.md to teach the data flow model first (Terraform analogy, pipeline chain visualization) before diving into syntax. Added guard field flattening clarification. Reframed 28 pitfalls as status-based contracts — each item now states what the feature does, its current status (Working/Known limitation/Partially implemented), and workarounds. Updated guard operator pitfall (#28) to reflect it's now fixed. Added two new reference files: - cross-workflow-patterns.md: manifest linking, running, known limitations - hitl-patterns.md: 4 patterns (basic, guard pre-filter, downstream, auto-review) Added concrete data shapes to data-flow-patterns.md for record, file, version merge, and seed data modes. Added guard field visibility section to context-scope-guide.md explaining how guard conditions see flattened field names from observed namespaces. All suggestions verified against current codebase — HITL lineage truncation (fixed in PR #231), guard operators (fixed), cross-workflow static checker (partially fixed, Clone 1 working on full fix). * docs: deduplicate skill references — trim repeated guard/seed/impl examples - Guard field flattening: keep in SKILL.md (eager), cross-reference from common-pitfalls and context-scope-guide instead of restating with same example - Remove duplicate seed_data/seed warning within context-scope-guide.md - Replace impl-vs-action-name WRONG/CORRECT block in cross-workflow-patterns.md with cross-reference to common-pitfalls #20 - Add missing NOT CONTAINS/NOT LIKE/NOT BETWEEN to guard operator list - Fix HITL doc: granularity: file is the default, not a requirement - Remove redundant "forgetting FILE granularity" WRONG/CORRECT block from hitl-patterns.md (already stated inline) * docs: rename common-pitfalls.md to framework-contracts.md Content was reframed as status-based contracts — filename should match. Updated all references in SKILL.md, cross-workflow-patterns.md, and _MANIFEST.md.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on sentence-transformers to permit the latest version.
Release notes
Sourced from sentence-transformers's releases.
... (truncated)
Commits
ce48eccMerge branch 'main' into v5.3-releasecec08f8Fix citation for EmbeddingGemma paper (#3687)c29b3a6Release v5.3.055c13dePrep docs main page for v5.3.0 (#3686)72e75f7[tests] Add slow reproduction tests for most common models (#3681)237e441[fix] Fix model card generation with set_transform with new column names (#...7f180b4[feat] Add hardness-weighted contrastive learning to losses (#3667)5890086Disallow query_to_query/doc_to_doc with partition_mode="per_direction" due to...6518c36CE trainer: Removed IterableDataset from train and eval dataset type hints (#...1e0e84cAdd tips for adjusting batch size to improve processing speed (#3672)