You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
merge: resolve conflicts with origin/release-1.10.0
- pyproject.toml: restore onnxruntime py3.14 variant and fakeredis from
origin; keep benchmarks dep group and importtime-convert from branch
- src/lfx/pyproject.toml: keep both sniffio (branch) and OpenDsStar (origin)
- models/__init__.py: keep lazy __getattr__ pattern, add IngestionRun /
KnowledgeBaseRecord models from origin to __all__ and _SOURCE_MAP
- Dockerfile: keep Debian-slim/python3.13 (branch) over Alpine/python3.14
- .secrets.baseline: take origin (more comprehensive)
- uv.lock: regenerated from scratch
- component_index.json: regenerated via make build_component_index
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ body:
7
7
value: |
8
8
Thanks for taking the time to fill out this bug report!
9
9
10
+
If this bug worked in a previous version and broke in a newer one, it may be a regression. Please mention which version it last worked in — a maintainer will apply the `regression` label.
0 commit comments