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

build(deps): bump mlflow from 2.16.0 to 2.16.1 in /runtimes/mlflow #1907

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps mlflow from 2.16.0 to 2.16.1.

Release notes

Sourced from mlflow's releases.

MLflow 2.16.1 is a patch release that includes some minor feature improvements and addresses several bug fixes.

Features:

  • [Tracing] Add Support for an Open Telemetry compatible exporter to configure external sinks for MLflow traces (#13118, @​B-Step62)
  • [Model Registry, AWS] Add support for utilizing AWS KMS-based encryption for the MLflow Model Registry (#12495, @​artjen)
  • [Model Registry] Add support for using the OSS Unity Catalog server as a Model Registry (#13034, #13065, #13066, @​rohitarun-db)
  • [Models] Introduce path-based transformers logging to reduce memory requirements for saving large transformers models (#13070, @​B-Step62)

Bug fixes:

  • [Tracking] Fix a data payload size issue with Model.get_tags_dict by eliminating the return of the internally-used config field (#13086, @​harshilprajapati96)
  • [Models] Fix an issue with LangChain Agents where sub-dependencies were not being properly extracted (#13105, @​aravind-segu)
  • [Tracking] Fix an issue where the wrong checkpoint for the current best model in auto checkpointing was being selected (#12981, @​hareeen)
  • [Tracking] Fix an issue where local timezones for trace initialization were not being taken into account in AutoGen tracing (#13047, @​B-Step62)

Documentation updates:

For a comprehensive list of changes, see the release change log, and check out the latest documentation on mlflow.org.

Changelog

Sourced from mlflow's changelog.

2.16.1 (2024-09-13)

MLflow 2.16.1 is a patch release that includes some minor feature improvements and addresses several bug fixes.

Features:

  • [Tracing] Add Support for an Open Telemetry compatible exporter to configure external sinks for MLflow traces (#13118, @​B-Step62)
  • [Model Registry, AWS] Add support for utilizing AWS KMS-based encryption for the MLflow Model Registry (#12495, @​artjen)
  • [Model Registry] Add support for using the OSS Unity Catalog server as a Model Registry (#13034, #13065, #13066, @​rohitarun-db)
  • [Models] Introduce path-based transformers logging to reduce memory requirements for saving large transformers models (#13070, @​B-Step62)

Bug fixes:

  • [Tracking] Fix a data payload size issue with Model.get_tags_dict by eliminating the return of the internally-used config field (#13086, @​harshilprajapati96)
  • [Models] Fix an issue with LangChain Agents where sub-dependencies were not being properly extracted (#13105, @​aravind-segu)
  • [Tracking] Fix an issue where the wrong checkpoint for the current best model in auto checkpointing was being selected (#12981, @​hareeen)
  • [Tracking] Fix an issue where local timezones for trace initialization were not being taken into account in AutoGen tracing (#13047, @​B-Step62)

Documentation updates:

Small bug fixes and documentation updates:

#13140, #13141, #13098, #13091, #13101, #13100, #13095, #13044, #13048, @​B-Step62; #13142, #13092, #13132, #13055, #13049, @​harupy; #13135, #13036, #13029, @​serena-ruan; #13134, #13081, #13078, @​daniellok-db; #13107, #13103, @​kriscon-db; #13104, @​arpitjasa-db; #13022, @​nojaf; #13069, @​minihat; #12879, @​faizankshaikh

Commits
  • 13c35ce fix-pyproject
  • 58063c5 Run python3 dev/update_mlflow_versions.py pre-release ... (#13148)
  • 01eb50e update
  • a90eddf Add a warning about langchain partner pacakge and promote model-from-code (#1...
  • 4ea493c Support merging a remote trace to the current local trace (#13141)
  • fb9d88f Replace more mlflow deployments start-server (#13142)
  • 62064e8 🚀 Rename MLflow deployments server to MLflow AI gateway (#13092)
  • e105e36 Fix param pass for langchain (#13135)
  • 8b2de39 Add meta description for tracing and eval pages (#13134)
  • b3e94b2 fix Model.get_tags_dict to return result without containing config field (#...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.16.0 to 2.16.1.
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md)
- [Commits](mlflow/mlflow@v2.16.0...v2.16.1)

---
updated-dependencies:
- dependency-name: mlflow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 16, 2024
@dependabot dependabot bot requested a review from a team September 16, 2024 05:03
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2024

Superseded by #1912.

@dependabot dependabot bot closed this Sep 23, 2024
@dependabot dependabot bot deleted the dependabot/pip/runtimes/mlflow/mlflow-2.16.1 branch September 23, 2024 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants