Skip to content

Conversation

@zhangjiongai-debug
Copy link

This PR updates pyobvector from 0.1.18 to 0.2.22 across all dependency groups (rag, storage, all).

Changes:

  • Updated pyobvector version constraint in pyproject.toml (3 locations)
  • Regenerated uv.lock with the new dependency version
  • Verified API compatibility (no breaking changes)

Resolves #3646

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 28, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Collaborator

@fengju0213 fengju0213 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! @zhangjiongai-debug It appears some unnecessary updates have been introduced; please clean them up.

Update pyobvector dependency from 0.1.18 to 0.2.22 across rag, storage, and all extras to incorporate latest fixes and improvements.

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
@zhangjiongai-debug
Copy link
Author

Hi @fengju0213, thanks for the review!

I've cleaned up the unnecessary updates. The PR now contains only the pyobvector version bump:

  • pyproject.toml: 3 lines changed (0.1.18 → 0.2.22 in rag, storage, all extras)
  • uv.lock: 3 lines changed (corresponding lockfile update)

The CI failures are pre-existing issues affecting all fork PRs — the test files have module-level code that requires API keys (OPENAI_API_KEY, DEEPSEEK_API_KEY), which aren't available to external PRs due to GitHub's security restrictions. The same failures appear on other recent fork PRs (#3756, #3758).

Please let me know if there's anything else needed!

@fengju0213
Copy link
Collaborator

Hi @fengju0213, thanks for the review!

I've cleaned up the unnecessary updates. The PR now contains only the pyobvector version bump:

  • pyproject.toml: 3 lines changed (0.1.18 → 0.2.22 in rag, storage, all extras)
  • uv.lock: 3 lines changed (corresponding lockfile update)

The CI failures are pre-existing issues affecting all fork PRs — the test files have module-level code that requires API keys (OPENAI_API_KEY, DEEPSEEK_API_KEY), which aren't available to external PRs due to GitHub's security restrictions. The same failures appear on other recent fork PRs (#3756, #3758).

Please let me know if there's anything else needed!

thanks! @zhangjiongai-debug looks good now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] update the version of pyobvector

3 participants