You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
- Update ibmcloudsql from `0.3.13` to `0.3.14`.
- Explicitly add botocore `1.15.46` and tornado `4.5.2` to the requirements.txt file.
These modules were indirectly required by ibmcloudsql before. The update to 0.3.13 removed these depdencies. Therefore the modules were not installed anymore.
This caused actions to fail, since they were using e.g. botocore. Now adding these modules to have them again.
In the future the build should take care, that no modules are removed. Even when introduced due to indirect dependencies.
Because we can not be sure that users do not use them.
0 commit comments