Skip to content

Bump version of dependencies for services

Overview

The dependencies for service will upgrade features/bug fix/add documentation/...

To align with the best service, this required to update and validate in the frequency without affected to the services.

Required checklist:

  • The version can be latest, but it's best on the range

Example:

One of

requirement.txt
polars>=0.18.0,<0.19.0
pytz==2023.3
  • If the major on version changed, required to re-evaluate the syntax/changes/affected of the resources

Example:

  • Change of sqlalchemy from version 1.4.x to version 2.x.x is very different

  • Required to test in the vitural environment is pass. If not exists CICD to this, please add