-
Notifications
You must be signed in to change notification settings - Fork 18
chore(deps): update samples-migrations #475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate-bot
wants to merge
1
commit into
googleapis:main
Choose a base branch
from
renovate-bot:renovate/samples-migrations
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps): update samples-migrations #475
renovate-bot
wants to merge
1
commit into
googleapis:main
from
renovate-bot:renovate/samples-migrations
Conversation
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
Collaborator
|
/gcbrun |
46489db to
1e570e1
Compare
Collaborator
|
/gcbrun |
1e570e1 to
a0ded17
Compare
Collaborator
|
/gcbrun |
a0ded17 to
ad7ac37
Compare
Collaborator
|
/gcbrun |
anubhav756
previously approved these changes
Nov 3, 2025
Contributor
|
@dishaprakash Do we have a preference for dep versions? |
ad7ac37 to
62b5148
Compare
Collaborator
|
/gcbrun |
62b5148 to
2c0f23e
Compare
Collaborator
|
/gcbrun |
Contributor
|
/gbrun |
2c0f23e to
d654afa
Compare
Collaborator
|
/gcbrun |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: alloydb
Issues related to the googleapis/langchain-google-alloydb-pg-python API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
samples
Issues that are directly related to samples.
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.
This PR contains the following updates:
==0.2.5->==0.2.6==0.3.74->==0.3.79==0.12.0->==0.13.0==0.2.1->==0.3.0==0.2.3->==0.2.13==0.2.0->==0.2.1==0.0.5->==0.0.6==2.6.0->==2.6.3==8.4.1->==8.4.2==4.16.7->==4.18.0Release Notes
googleapis/langchain-google-alloydb-pg-python (langchain-google-alloydb-pg)
v0.13.0Compare Source
⚠ BREAKING CHANGES
Documentation
milvus-io/pymilvus (pymilvus)
v2.6.3: PyMilvus v2.6.3 Release NotesCompare Source
Highlights
1. Support for Array of Structs
PyMilvus now supports array of structs data types, allowing you to store and query complex nested data structures.
📖 Documentation Array of Structs, Compatible with Milvus 2.6.4+
2. Geometry Data Type Support
Query and search with geographic data using the new Geometry data type.
📖 Documentation Geometry field, Compatible with Milvus 2.6.4+
3. Insert Primary Key with Auto ID Enabled
You can now insert custom primary keys even when
auto_idis enabled, providing more flexibility in data management.📖 Documentation Insert when AutoID is true, Compatible with Milvus 2.6.3+
4. L0 Compaction Support
Trigger L0 compaction manually to optimize storage and query performance.
📖 Documentation Compact L0 segments, Compatible with Milvus 2.6.3+
5.⚠️ Breaking Change: JSON Serialization for Strings
String values are now treated as JSON-serialized bytes. This is incompatible with previous versions.
Before (2.6.2 and earlier):
Now (2.6.3+):
Complete Change Log
Features
Enhancements
Bug Fixes
Documentation
Contributors
Special thanks to all contributors who made this release possible:
@SpadeA-Tang, @XuanYang-cn, @aoiasd, @bigsheeper, @chasingegg, @lentitude2tk, @MrPresent-Han, @sunby, @xiaocai2333, @zhuwenxing
For more information, visit the PyMilvus GitHub repository.
Full Changelog: milvus-io/pymilvus@v2.6.2...v2.6.3
v2.6.2: PyMilvus v2.6.2 Release NotesCompare Source
What's Changed
Full Changelog: milvus-io/pymilvus@v2.6.1...v2.6.2
v2.6.1: PyMilvus v2.6.1 Release NotesCompare Source
What's Changed
Full Changelog: milvus-io/pymilvus@v2.6.0...v2.6.1
pytest-dev/pytest (pytest)
v8.4.2Compare Source
pytest 8.4.2 (2025-09-03)
Bug fixes
#13478: Fixed a crash when using
console_output_style{.interpreted-text role="confval"} withtimesand a module is skipped.#13530: Fixed a crash when using
pytest.approx{.interpreted-text role="func"} anddecimal.Decimal{.interpreted-text role="class"} instances with thedecimal.FloatOperation{.interpreted-text role="class"} trap set.#13549: No longer evaluate type annotations in Python
3.14when inspecting function signatures.This prevents crashes during module collection when modules do not explicitly use
from __future__ import annotationsand import types for annotations within aif TYPE_CHECKING:block.#13559: Added missing [int]{.title-ref} and [float]{.title-ref} variants to the [Literal]{.title-ref} type annotation of the [type]{.title-ref} parameter in
pytest.Parser.addini{.interpreted-text role="meth"}.#13563:
pytest.approx{.interpreted-text role="func"} now only importsnumpyif NumPy is already insys.modules. This fixes unconditional import behavior introduced in [8.4.0]{.title-ref}.Improved documentation
pytest_generate_testsis discovered in test modules/classes; other hooks must be inconftest.pyor plugins.Contributor-facing changes
-Wdefaultor a similar override.test_doctest_unexpected_exceptionin Python3.14.CIenvironment variable -- byogrisel{.interpreted-text role="user"}.weaviate/weaviate-python-client (weaviate-client)
v4.18.0Compare Source
v4.17.0Compare Source
What's Changed
New Contributors
Full Changelog: weaviate/weaviate-python-client@v4.16.9...v4.17.0
v4.16.10Compare Source
What's Changed
Full Changelog: weaviate/weaviate-python-client@v4.16.9...v4.16.10
v4.16.9Compare Source
What's Changed
Full Changelog: weaviate/weaviate-python-client@v4.16.8...v4.16.9
v4.16.8Compare Source
What's Changed
Full Changelog: weaviate/weaviate-python-client@v4.16.7...v4.16.8
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.