Skip to content

mod updates#2167

Merged
akshaydeo merged 1 commit intomainfrom
03-19-mod_updates
Mar 18, 2026
Merged

mod updates#2167
akshaydeo merged 1 commit intomainfrom
03-19-mod_updates

Conversation

@akshaydeo
Copy link
Contributor

@akshaydeo akshaydeo commented Mar 18, 2026

Dependency Updates

Updates Weaviate and Google genproto dependencies across all plugins and transports to their latest versions.

Changes

  • Updated github.com/weaviate/weaviate from v1.34.5 to v1.36.5
  • Updated github.com/weaviate/weaviate-go-client/v5 from v5.6.0 to v5.7.1
  • Updated google.golang.org/genproto/googleapis/api from v0.0.0-20260128011058-8636f8732409 to v0.0.0-20260203192932-546029d2fa20
  • Updated google.golang.org/genproto/googleapis/rpc from v0.0.0-20260128011058-8636f8732409 to v0.0.0-20260203192932-546029d2fa20
  • Updated golang.org/x/exp from v0.0.0-20250408133849-7e4ce0ab07d0 to v0.0.0-20251113190631-e25ba8c21ef6
  • Updated changelog documentation for ent-v1.3.10 to reflect the new dependency versions

Type of change

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • Chore/CI

Affected areas

  • Core (Go)
  • Transports (HTTP)
  • Providers/Integrations
  • Plugins
  • UI (Next.js)
  • Docs

How to test

Verify that all dependencies resolve correctly and builds succeed:

# Core/Transports
go version
go test ./...

# Verify dependency resolution
go mod tidy
go mod verify

Screenshots/Recordings

N/A

Breaking changes

  • Yes
  • No

Related issues

N/A

Security considerations

These are routine dependency updates that should not introduce security concerns. The updates include newer versions of Weaviate components and Google protocol buffers.

Checklist

  • I read docs/contributing/README.md and followed the guidelines
  • I added/updated tests where appropriate
  • I updated documentation where needed
  • I verified builds succeed (Go and UI)
  • I verified the CI pipeline passes locally if applicable

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 18, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 02f08234-3fa3-46f2-9376-0ea6e0a3fe36

📥 Commits

Reviewing files that changed from the base of the PR and between 127723f and 6c80ec3.

⛔ Files ignored due to path filters (8)
  • plugins/governance/go.sum is excluded by !**/*.sum
  • plugins/litellmcompat/go.sum is excluded by !**/*.sum
  • plugins/logging/go.sum is excluded by !**/*.sum
  • plugins/maxim/go.sum is excluded by !**/*.sum
  • plugins/otel/go.sum is excluded by !**/*.sum
  • plugins/semanticcache/go.sum is excluded by !**/*.sum
  • plugins/telemetry/go.sum is excluded by !**/*.sum
  • transports/go.sum is excluded by !**/*.sum
📒 Files selected for processing (9)
  • docs/changelogs/ent-v1.3.10.mdx
  • plugins/governance/go.mod
  • plugins/litellmcompat/go.mod
  • plugins/logging/go.mod
  • plugins/maxim/go.mod
  • plugins/otel/go.mod
  • plugins/semanticcache/go.mod
  • plugins/telemetry/go.mod
  • transports/go.mod

📝 Walkthrough

Summary by CodeRabbit

Release Notes

  • Chores
    • Updated dependencies across all plugin modules including governance, logging, semantic cache, telemetry, and compatibility, as well as transport modules
    • Upgraded Weaviate Go client libraries and Google protocol buffer modules to newer releases
    • Updated enterprise documentation with new dependency requirements

Walkthrough

This PR updates dependencies across multiple Go modules and documentation. Weaviate, weaviate-go-client, and Google genproto API dependencies are upgraded to newer versions across the plugins and transports packages. The enterprise changelog is also updated to document these new dependency requirements.

Changes

Cohort / File(s) Summary
Documentation
docs/changelogs/ent-v1.3.10.mdx
Added four new dependency entries (weaviate v1.36.5, weaviate-go-client/v5 v5.7.1, google.golang.org/genproto/googleapis/api and rpc) to the enterprise changelog's plugin compilation requirements section.
Plugin Go Modules
plugins/governance/go.mod, plugins/litellmcompat/go.mod, plugins/logging/go.mod, plugins/maxim/go.mod, plugins/otel/go.mod, plugins/semanticcache/go.mod, plugins/telemetry/go.mod
Consistently updated dependency versions: weaviate v1.34.5 → v1.36.5, weaviate-go-client/v5 v5.6.0 → v5.7.1, and google.golang.org/genproto/googleapis/api and rpc updated to newer timestamps (20260203192932-546029d2fa20).
Transport Go Module
transports/go.mod
Updated dependency versions: weaviate v1.34.5 → v1.36.5, weaviate-go-client/v5 v5.6.0 → v5.7.1, golang.org/x/exp bumped, and google.golang.org/genproto/googleapis/api and rpc updated to 20260203192932-546029d2fa20.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 Hoppity-hop, the deps now gleam,
Weaviate and clients in a sync dream!
Google's APIs dance in the light,
Versions all bumped, everything's bright! ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 03-19-mod_updates
📝 Coding Plan
  • Generate coding plan for human review comments

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

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@akshaydeo akshaydeo marked this pull request as ready for review March 18, 2026 19:04
Copy link
Contributor Author

akshaydeo commented Mar 18, 2026

Merge activity

  • Mar 18, 7:04 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Mar 18, 7:12 PM UTC: @akshaydeo merged this pull request with Graphite.

@github-actions
Copy link
Contributor

🧪 Test Suite Available

This PR can be tested by a repository admin.

Run tests for PR #2167

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@akshaydeo akshaydeo merged commit 820a44d into main Mar 18, 2026
10 of 13 checks passed
@akshaydeo akshaydeo deleted the 03-19-mod_updates branch March 18, 2026 19:12
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.

2 participants