Skip to content
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

fix(deps): update python-nonmajor #231

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
SQLAlchemy (changelog) ==2.0.34 -> ==2.0.36 age adoption passing confidence
black (changelog) ==24.8.0 -> ==24.10.0 age adoption passing confidence
google-cloud-aiplatform ==1.72 -> ==1.75.0 age adoption passing confidence
google-cloud-alloydb-connector ==1.4.0 -> ==1.6.0 age adoption passing confidence
google-cloud-resource-manager (source) ==1.13.0 -> ==1.14.0 age adoption passing confidence
langchain (changelog) ==0.3.0 -> ==0.3.13 age adoption passing confidence
langchain-community (changelog) ==0.3.7 -> ==0.3.13 age adoption passing confidence
langchain-core (changelog) ==0.3.0 -> ==0.3.28 age adoption passing confidence
langchain-google-alloydb-pg (changelog) ==0.7.0 -> ==0.8.0 age adoption passing confidence
langchain-google-vertexai ==2.0.7 -> ==2.0.9 age adoption passing confidence
mypy (changelog) ==1.11.2 -> ==1.14.0 age adoption passing confidence
pgvector ==0.3.3 -> ==0.3.6 age adoption passing confidence
pydantic (changelog) ==2.9.0 -> ==2.10.4 age adoption passing confidence
pytest (changelog) ==8.3.3 -> ==8.3.4 age adoption passing confidence
pytest-asyncio (changelog) ==0.24.0 -> ==0.25.0 age adoption passing confidence

Release Notes

psf/black (black)

v24.10.0

Compare Source

Highlights
  • Black is now officially tested with Python 3.13 and provides Python 3.13
    mypyc-compiled wheels. (#​4436) (#​4449)
  • Black will issue an error when used with Python 3.12.5, due to an upstream memory
    safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please
    use Python 3.12.6 or Python 3.12.4 instead. (#​4447)
  • Black no longer supports running with Python 3.8 (#​4452)
Stable style
  • Fix crashes involving comments in parenthesised return types or X | Y style unions.
    (#​4453)
  • Fix skipping Jupyter cells with unknown %% magic (#​4462)
Preview style
  • Fix type annotation spacing between * and more complex type variable tuple (i.e. def fn(*args: *tuple[*Ts, T]) -> None: pass) (#​4440)
Caching
  • Fix bug where the cache was shared between runs with and without --unstable (#​4466)
Packaging
  • Upgrade version of mypyc used to 1.12 beta (#​4450) (#​4449)
  • blackd now requires a newer version of aiohttp. (#​4451)
Output
  • Added Python target version information on parse error (#​4378)
  • Add information about Black version to internal error messages (#​4457)
googleapis/python-aiplatform (google-cloud-aiplatform)

v1.75.0

Compare Source

Features
  • A new field list_all_versions to ListPublisherModelsRequest (4b7799b)
  • A new value NVIDIA_H100_MEGA_80GB is added to enum AcceleratorType (4b7799b)
  • Add new RequiredReplicaCount field to DedicatedResources in MachineResources (4b7799b)
  • Add new Status field to DeployedModel in Endpoint (4b7799b)
  • Add new Status field to DeployedModel in Endpoint (4b7799b)
  • Add properties feature_stats_and_anomalies to FeatureMonitorJob (92feb60)
  • Add service renaming to GoSettings (4b7799b)
  • Add support for opt-in debug logging (#​4734) (4b7799b)
  • Add workbench_runtime and kernel_name to NotebookExecutionJob (4b7799b)
  • Add workbench_runtime and kernel_name to NotebookExecutionJob (4b7799b)
  • Feature Store - Support returning stats in get feature (9a12097)
  • GenAI - Added support for GenerationConfig.response_modalities (78898fc)
  • Support stream_query in LangChain Agent Templates in the Python Reasoning Engine Client (99f613b)
  • Support streaming in the Reasoning Engine Python client. (a604a2e)
Bug Fixes
  • RAG - Fix the uri used for upload_file (05f27b6)
  • Rag - fix upload file environment mismatch (b9fecea)
Documentation
  • A comment for field encryption_spec in message .google.cloud.aiplatform.v1.NotebookExecutionJob is changed (4b7799b)
  • A comment for field encryption_spec in message .google.cloud.aiplatform.v1beta1.NotebookExecutionJob is changed (4b7799b)

v1.74.0

Compare Source

Features
  • Add browse pre-built metrics button for Ipython environments when listing example metrics for Gen AI Evaluation (58ba55e)
  • Add compatibility for RagRetrievalConfig in rag_store and rag_retrieval (c52e3e4)
  • Add deprecation warnings for use of similarity_top_k, vector_search_alpha, and vector_distance_threshold in retrieval_query, use RagRetrievalConfig instead. (c52e3e4)
  • Add FeatureMonitorJob Create,Get,List in Vertex AI SDK (03eb735)
  • Add List FeatureMonitor function to FeatureGroup in Vertex AI SDK (21bc83b)
  • Add sdk support to inference timeout on cloud-based endpoints (dedicated or PSC). (f917269)
  • Add support for Document AI Layout Parser as a RAG import option (565c800)
  • Add support for ranking field in rag_retrieval_config for rag_store creation. (6faa1d0)
  • Add vector_similarity_threshold support within RagRetrievalConfig in rag_store and rag_retrieval GA and preview versions (9402b3d)
  • Add Vertex RAG service proto to v1 (a56e4dd)
  • Adding Vertex AI Search Config for RAG corpuses to SDK (d3d69d6)
  • Fix file type mismatch in uploading eval results to GCS, supported types: CSV, JSON. (905c766)
  • GenAI - Grounding - Released VertexAiSearch and Retrieval to GA (0537fec)
  • GenAI - Release the Prompt Management feature to Public Preview (7432c2c)
  • GenAI - Support FunctionDeclaration.response schema (4288fec)
  • GenAI - Tuning - Added support for BYOSA (7cbda03)
  • Refactor rag_store and rag_retrieval to use v1 protos (dfe6d6c)
  • Support multi-methods in SDK. (f02692d)
  • Support NFS for Ray cluster creation (1ca9a05)
  • Support RagFileTransformationConfig in upload_file function in V1 sdk (88ac48c)
  • Update v1 sdk to use new RagCorpus, RagVectorDbConfig, & RagEmbeddingModelConfig proto (47a5a6d)
  • Update v1 sdk to use new RagFileTransformationConfig proto (c23c62d)
  • Update v1beta1 sdk for RagFileTransformationConfig and Ranking protos (ffe3230)
  • Update v1beta1 sdk for RagVectorDbConfig & RagCorpus protos. Backward compatible with older fields. (216a30f)
Bug Fixes
  • get_default_run method in Experiment class (9388fc9)
  • Add MatchingEngineIndexConfig enums to proto value converters (e6d3df8)
  • RAG Fix v1 rag_store compatibility with generative_models Tool by changing back to v1beta1 (e220312)
  • Remove redundant progress bar update commands within runnable inference (598c931)
  • Update upperbounds on pydantic version to < 2.10 to mitigate version comparison checks (c13b6a8)
Documentation
  • A comment for field api_key_config in message .google.cloud.aiplatform.v1beta1.JiraSource is changed (d7dff72)
  • A comment for field class_method in message .google.cloud.aiplatform.v1beta1.StreamQueryReasoningEngineRequest is changed (from steam_query to stream_query) (b7f9492)
  • Updated example usage in docstring for rag_retrieval preview and GA (a1f8bc2)
  • Updated example usage in docstring for rag_store preview and GA (a1f8bc2)

v1.73.0

Compare Source

Features
  • Add a nfs_mounts to RaySpec in PersistentResource API (6a22bef)
  • Add a v1 UpdateEndpointLongRunning API (6a22bef)
  • Add BatchCreateFeatures rpc to feature_registry_service.proto (68fc5f2)
  • Add BYOSA field to tuning_job (68fc5f2)
  • Add BYOSA field to tuning_job (68fc5f2)
  • Add COMET and MetricX to the evaluation SDK (4135810)
  • Add Create FeatureMonitor function to FeatureGroup in Vertex AI SDK (285ec2c)
  • Add CustomEnvironmentSpec to NotebookExecutionJob (6a22bef)
  • Add CustomEnvironmentSpec to NotebookExecutionJob (6a22bef)
  • Add default_runtime in Vertex Pipeline SDK preview. (44587ec)
  • Add fast_tryout_enabled to FasterDeploymentConfig v1 proto (68fc5f2)
  • Add FeatureMonitor to FeatureGroup in Vertex AI SDK (f2233ce)
  • Add PSC automation support to matching engine index endpoint deploy_index(), find_neighbors(), match(), and read_index_datapoints(). (3ab39a4)
  • Add vertex_rag_source to create_feature_view method (ca61c5a)
  • Adding fast_tryout_enabled option to Vertex SDK (fde1b96)
  • Allow setting Vertex Model Garden source model name during model upload (3af9cc8)
  • Allow user control which class methods to export via register_operations. The class methods spec will be changed according to user's register_operations. (74077b5)
  • COMET added to evaluation service proto (68fc5f2)
  • Expose system_labels field to model deployment APIs in Vertex public preview SDK (13cede4)
  • Expose system_labels field to model deployment APIs in Vertex Python SDK (75655af)
  • GenAI - Grounding - Added grounding dynamic_retrieval config to Vertex SDK (c39334a)
  • GenAI Evaluation: Release GenAI Evaluation SDK Agent Evaluation features to vertexai.preview module. (41cd5a8)
  • MetricX added to evaluation service proto (68fc5f2)
  • Trajectory eval metrics added to evaluation service proto (6a22bef)
  • Vision Models - Add support for Imagen 3 Capabilities to Vertex SDK (9a30c31)
Bug Fixes
  • GenAI - Fixed GAPIC-renamed keys (keys with trailing underscore) in structures returned by the to_dict methods. (9d00424)
  • Implementation of proto conversion in reasoning engine utils when message is not specified (99fafe9)
  • Remove check on serving_container_image_uri when artifact_uri and local_model is given (ccd89b4)
Documentation
  • Automatic Function calling comment update (91f85ac)
  • Clarity and typo fixes for documentation (6a22bef)
  • Fix example rpc naming (6a22bef)
  • GenAI - Grounding - Added sample for grounding with Google Search to the Vertex GenAI SDK README. (4bf9816)
GoogleCloudPlatform/alloydb-python-connector (google-cloud-alloydb-connector)

v1.6.0

Compare Source

Features
  • improve aiohttp client error messages (#​400) (58ef2d2)
  • invalidate cache on bad connection info and failed IP lookup (#​389) (e8fbbdf)

v1.5.0

Compare Source

Features
Documentation
googleapis/google-cloud-python (google-cloud-resource-manager)

v1.14.0: google-cloud-resource-manager: v1.14.0

Compare Source

Features
  • Add support for opt-in debug logging (8e6b0cc)
Bug Fixes
  • Fix typing issue with gRPC metadata when key ends in -bin (8e6b0cc)

v1.13.1: google-cloud-artifact-registry: v1.13.1

Compare Source

Bug Fixes
googleapis/langchain-google-alloydb-pg-python (langchain-google-alloydb-pg)

v0.8.0

Compare Source

Features
Documentation
python/mypy (mypy)

v1.14.0

Compare Source

v1.13.0

Compare Source

v1.12.1

Compare Source

  • Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR 17961)
  • Fix iteration over union (when self type is involved) (Shantanu, PR 17976)
  • Fix type object with type var default in union context (Jukka Lehtosalo, PR 17991)
  • Revert change to os.path stubs affecting use of os.PathLike[Any] (Shantanu, PR 17995)

v1.12.0

Compare Source

pgvector/pgvector-python (pgvector)

v0.3.6

Compare Source

  • Added arrays option for Psycopg 2

v0.3.5

Compare Source

  • Added avg function with type casting to SQLAlchemy
  • Added globally option for Psycopg 2

v0.3.4

Compare Source

  • Added schema option for asyncpg
pydantic/pydantic (pydantic)

v2.10.4

Compare Source

GitHub release

What's Changed
Packaging
Fixes
New Contributors

v2.10.3

Compare Source

GitHub release

What's Changed
Fixes

v2.10.2

Compare Source

GitHub release

What's Changed
Fixes

v2.10.1

Compare Source

GitHub release

What's Changed
Packaging
Fixes
New Contributors

v2.10.0

Compare Source

The code released in v2.10.0 is practically identical to that of v2.10.0b2.

GitHub release

See the v2.10 release blog post for the highlights!

What's Changed
Packaging
New Features
Changes
Performance
Fixes

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@dpebot
Copy link
Collaborator

dpebot commented Sep 13, 2024

/gcbrun

@product-auto-label product-auto-label bot added the api: alloydb Issues related to the googleapis/langchain-google-alloydb-pg-python API. label Sep 13, 2024
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from a3f9750 to 7492ca4 Compare September 13, 2024 22:13
@dpebot
Copy link
Collaborator

dpebot commented Sep 13, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 7492ca4 to 69db748 Compare September 14, 2024 00:52
@renovate-bot renovate-bot changed the title chore(deps): update python-nonmajor chore(deps): update python-nonmajor to v0.3.0 Sep 14, 2024
@dpebot
Copy link
Collaborator

dpebot commented Sep 14, 2024

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update python-nonmajor to v0.3.0 chore(deps): update python-nonmajor Sep 16, 2024
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 69db748 to 5f41622 Compare September 16, 2024 21:41
@dpebot
Copy link
Collaborator

dpebot commented Sep 16, 2024

/gcbrun

4 similar comments
@dpebot
Copy link
Collaborator

dpebot commented Sep 16, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Sep 16, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Sep 16, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Sep 16, 2024

/gcbrun

@averikitsch averikitsch added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Sep 16, 2024
@dpebot
Copy link
Collaborator

dpebot commented Sep 16, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Sep 19, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from d261bdc to 72ed5bc Compare September 19, 2024 18:55
@dpebot
Copy link
Collaborator

dpebot commented Sep 19, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Sep 19, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 59d751f to 600b2e1 Compare September 19, 2024 22:56
@dpebot
Copy link
Collaborator

dpebot commented Sep 19, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 600b2e1 to 85893c0 Compare September 20, 2024 22:07
@dpebot
Copy link
Collaborator

dpebot commented Sep 20, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from eac2d23 to 593e3f4 Compare December 10, 2024 11:18
@renovate-bot renovate-bot changed the title chore(deps): update python-nonmajor fix(deps): update python-nonmajor Dec 10, 2024
@dpebot
Copy link
Collaborator

dpebot commented Dec 10, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 593e3f4 to 79d681b Compare December 10, 2024 22:03
@dpebot
Copy link
Collaborator

dpebot commented Dec 10, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 79d681b to be60320 Compare December 12, 2024 13:43
@dpebot
Copy link
Collaborator

dpebot commented Dec 12, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from be60320 to 6056f37 Compare December 13, 2024 05:07
@dpebot
Copy link
Collaborator

dpebot commented Dec 13, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 6056f37 to db894b7 Compare December 13, 2024 06:37
@dpebot
Copy link
Collaborator

dpebot commented Dec 13, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from db894b7 to f411834 Compare December 14, 2024 03:02
@dpebot
Copy link
Collaborator

dpebot commented Dec 14, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from f411834 to 892cb05 Compare December 14, 2024 21:28
@dpebot
Copy link
Collaborator

dpebot commented Dec 14, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 892cb05 to e0eaab1 Compare December 15, 2024 00:58
@dpebot
Copy link
Collaborator

dpebot commented Dec 15, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from e0eaab1 to 230ec9a Compare December 18, 2024 00:38
@dpebot
Copy link
Collaborator

dpebot commented Dec 18, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 230ec9a to 0caaf23 Compare December 18, 2024 18:10
@dpebot
Copy link
Collaborator

dpebot commented Dec 18, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 0caaf23 to a6302fb Compare December 18, 2024 23:22
@dpebot
Copy link
Collaborator

dpebot commented Dec 18, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from a6302fb to 70a0635 Compare December 19, 2024 18:12
@dpebot
Copy link
Collaborator

dpebot commented Dec 19, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 70a0635 to ea4edec Compare December 20, 2024 02:35
@dpebot
Copy link
Collaborator

dpebot commented Dec 20, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from ea4edec to 950e4f1 Compare December 20, 2024 16:13
@dpebot
Copy link
Collaborator

dpebot commented Dec 20, 2024

/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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants