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(requirements): bump dependencies, mainly to eliminate third-party security issues #1383

Merged
merged 53 commits into from
Jul 9, 2024

Conversation

RollerKnobster
Copy link
Contributor

@RollerKnobster RollerKnobster commented Jun 24, 2024

Main dependencies

  • Bump TensorFlow 2.12.1->2.16.1
  • Bump catboost 1.2.2->1.2.5
  • Bump mlflow 2.9.2->2.12.2
  • Bump azureml-core 1.49.0->1.56.0
  • Remove locked gunicorn and packaging
  • Add scikeras~=0.13.0 dependency

Test dependencies

  • Bump docker 6.1.3->7.1.0
  • Bump responses 0.23->0.25.3
  • Bump black 22.12.0->24.4.2
  • Bump notebook 6.5.6->7.2.1

Changes to accomodate

  • Use scikeras.wrappers.KerasRegressor instead of removed tensorflow.keras.wrappers.scikit_learn import KerasRegressor

… security issues

* Bump `TensorFlow 2.12.1->2.16.1`
* Bump `catboost 1.2.2->1.2.5`
* Bump `mlflow 2.9.2->2.12.2`
* Bump `azureml-core 1.49.0->1.56.0`
* Remove locked `gunicorn` and `packaging`
@RollerKnobster RollerKnobster self-assigned this Jun 24, 2024
…party security issues

* Bump `docker 6.1.3->7.1.0`
* Bump `responses 0.23->0.25.3`
* Bump `black 22.12.0->24.4.2`
* Bump `notebook 6.5.6->7.2.1`
* Add `scikeras~=0.13.0` dependency
* Use `scikeras.wrappers.KerasRegressor` instead of removed `tensorflow.keras.wrappers.scikit_learn import KerasRegressor`
@RollerKnobster RollerKnobster marked this pull request as draft June 25, 2024 09:41
@RollerKnobster RollerKnobster marked this pull request as ready for review July 8, 2024 12:00
@@ -1,6 +1,5 @@
dictdiffer~=0.8
dataclasses-json~=0.3
gunicorn~=22.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would keep this dependency. I know this is a transitional dependency through mlflow, but mlflow is extras_require. A user can install gordo without it

@koropets koropets merged commit 19fc575 into master Jul 9, 2024
17 checks passed
@koropets koropets deleted the quickfix/rivan/163526-bump-dependencies branch July 9, 2024 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants