valiot / pygqlc

Python GraphQL Client - PyGQLC
MIT License
12 stars 4 forks source link

Update Requirements Version #31

Open carloselucio opened 1 year ago

carloselucio commented 1 year ago

Summary 📝

Updated the requirements versions to avoid dependency conflicts between Valiot packages.

Fixes #SDLMICRO-396

Type of change 🦺


How has this been tested? ⚗️

How were these changes tested, and what changed?

Automatic tests Manual tests
  • [ ] With a CI tool
  • [x] With an implementation
  • command_line
  • (...)
  • Using the terminal and vcos-test-worker
  • I changed Pipfile packages to install the local ones
  • I deleted my current environment with pipenv --rm
  • I created a new environment with pipenv shell and installed dependencies with pipenv install
  • I checked that everything was correct between dependencies using pipenv graph

Visual demo

Before (What happened before?) After (What happens now?)
Screen Shot 2022-02-23 at 9 43 23 image
Explanation of the previous behaviour. No conflicts found between package dependencies

Documentation 📖

If these changes require a documentation update, please report it on the corresponding channel of the Valiot official handbook.

Checklist 📋

Ensure all the below points are satisfied before opening a Pull Request for review. If they are not satisfied, you can always open it as draft.