Pyrrha-Platform / Pyrrha-Dashboard

This repository contains the next generation in-progress Pyrrha (created by Prometeo) solution dashboard based on the Carbon Design System and React.
Apache License 2.0
6 stars 7 forks source link

fix - locking mariadb pkg ver to 1.0.11, as 1.1.x versions are not compatible with base container images #182

Closed matencar closed 1 year ago

matencar commented 1 year ago

Describe at a high level the solution you're providing The newer 1.1.x versions of the MariaDB Connector use a newer MariaDB Connector/C library that the base container images don’t have, so locking the python mariadb dependency to 1.0.11 in the requirements.txt file fixes this issue.

Is this a patch, a minor version change, or a major version change Patch

Is this related to an open issue? No

Additional context None