Merge main into develop - #328
Conversation
Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk) from 0.7.31 to 0.8.0. - [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases) - [Commits](langchain-ai/langsmith-sdk@v0.7.31...v0.8.0) --- updated-dependencies: - dependency-name: langsmith dependency-version: 0.8.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [langchain-classic](https://github.com/langchain-ai/langchain) from 1.0.3 to 1.0.7. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-classic==1.0.3...langchain-classic==1.0.7) --- updated-dependencies: - dependency-name: langchain-classic dependency-version: 1.0.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump langsmith from 0.7.31 to 0.8.0
…sic-1.0.7 chore(deps): bump langchain-classic from 1.0.3 to 1.0.7
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.21.2 to 10.21.3. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@10.21.2...10.21.3) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-version: 10.21.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [idna](https://github.com/kjd/idna) from 3.11 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.11...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump idna from 3.11 to 3.15
…ions-10.21.3 chore(deps): bump pymdown-extensions from 10.21.2 to 10.21.3
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* chore: update note for dockerfile and fix workflow based on CodeRabbit review * chore: update CMD for qdrant-loader dockerfile * fix: update environment variable for entrypoint file
…-queue feat(worker): lease renewal + pending-only cancel + race fix
- Protect the failure-path write so the worker loop survives backend errors - Do not expose raw worker exceptions on /readyz - Startup auth precheck rejects supported configurations - Disambiguate source matches when project_id is omitted - Fail closed when no webhook secret is resolved - Avoid returning raw exception text in user-facing CLI errors - Normalize workspace validation/setup failures to ClickException - Use one logging implementation path for webhook startup
Bumps [starlette](https://github.com/Kludex/starlette) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@1.0.0...1.0.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.0.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
fix: coderabbit comments for v1.0.3 - Normalize and store trimmed string config values - Exception chain is lost when re-raising mapped exceptions - Breaking schema change: inconsistent vector naming between sparse-enabled and sparse-disabled paths - Ensure StateManager is disposed if startup fails before the task loop - Reject fractional float intervals instead of truncating them - Remove @AbstractMethod decorator to enable backward compatibility - Handle parse/conversion failures in fetch_by_id to preserve the Document | None contract - Use a composite key for previous-state lookup in batch classification - Treat a failed lease renewal as claim loss - Guard lease renewal with claim_attempt too
…ethods or properties
* feat(queue): add offset pagination for large job counts * fix(test): add offset support to fake queue in scheduler tests * refactor: remove dead code and add doc string
…g provider creation
…t-loader into release/v1.0.3
add updated_after to config (jira) (#267)
Release/v1.0.3
chore(deps): bump starlette from 1.0.0 to 1.0.1
chore(deps): bump aiohttp from 3.13.5 to 3.14.0
* chore(pyproject.toml): update GitPython version
* fix: skip check github workflow of dependabot * fix(docs): disable Pygments in superfences to prevent unwanted spacing in code blocks * refactor: use lazy logging format for G004 compliance * test: update unit test
|
Warning Review limit reached
More reviews will be available in 31 minutes and 19 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (5)
📒 Files selected for processing (37)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Pull Request
Summary
Sync latest changes from main into develop.
Includes:
Type of change
Docs Impact (required for any code or docs changes)
docs/?python website/build.py+python website/check_links.py)Testing
Describe how you tested this change. Include commands and results.
Checklist
pytest -v)