Update dependency mlflow to v2.12.1 #86

Open
renovate wants to merge 3 commits from renovate/mlflow-2.x into main
Member

This PR contains the following updates:

Package Update Change
mlflow minor ==2.11.3 -> ==2.12.1

Release Notes

mlflow/mlflow (mlflow)

v2.12.1

MLflow 2.12.1 includes several major features and improvements

With this release, we're pleased to introduce several major new features that are focused on enhanced GenAI support, Deep Learning workflows involving images, expanded table logging functionality, and general usability enhancements within the UI and external integrations.

Major Features and Improvements:
  • PromptFlow: Introducing the new PromptFlow flavor, designed to enrich the GenAI landscape within MLflow. This feature simplifies the creation and management of dynamic prompts, enhancing user interaction with AI models and streamlining prompt engineering processes. (#​11311, #​11385 @​brynn-code)

  • Enhanced Metadata Sharing for Unity Catalog: MLflow now supports the ability to share metadata (and not model weights) within Databricks Unity Catalog. When logging a model, this functionality enables the automatic duplication of metadata into a dedicated subdirectory, distinct from the model’s actual storage location, allowing for different sharing permissions and access control limits. (#​11357, #​11720 @​WeichenXu123)

  • Code Paths Unification and Standardization: We have unified and standardized the code_paths parameter across all MLflow flavors to ensure a cohesive and streamlined user experience. This change promotes consistency and reduces complexity in the model deployment lifecycle. (#​11688, @​BenWilson2)

  • ChatOpenAI and AzureChatOpenAI Support: Support for the ChatOpenAI and AzureChatOpenAI interfaces has been integrated into the LangChain flavor, facilitating seamless deployment of conversational AI models. This development opens new doors for building sophisticated and responsive chat applications leveraging cutting-edge language models. (#​11644, @​B-Step62)

  • Custom Models in Sentence-Transformers: The sentence-transformers flavor now supports custom models, allowing for a greater flexibility in deploying tailored NLP solutions. (#​11635, @​B-Step62)

  • Image Support for Log Table: With the addition of image support in log_table, MLflow enhances its capabilities in handling rich media. This functionality allows for direct logging and visualization of images within the platform, improving the interpretability and analysis of visual data. (#​11535, @​jessechancy)

  • Streaming Support for LangChain: The newly introduced predict_stream API for LangChain models supports streaming outputs, enabling real-time output for chain invocation via pyfunc. This feature is pivotal for applications requiring continuous data processing and instant feedback. (#​11490, #​11580 @​WeichenXu123)

Security Fixes:
  • Security Patch: Addressed a critical Local File Read/Path Traversal vulnerability within the Model Registry, ensuring robust protection against unauthorized access and securing user data integrity. (#​11376, @​WeichenXu123)

Features:

  • Models] Add the PromptFlow flavor ([#​11311](https://github.com/mlflow/mlflow/issues/11311), [#​11385](https://github.com/mlflow/mlflow/issues/11385) [@​brynn-code](https://github.com/brynn-code))
    
  • Models] Add a new `predict_stream` API for streamable output for Langchain models and the `DatabricksDeploymentClient` ([#​11490](https://github.com/mlflow/mlflow/issues/11490), [#​11580](https://github.com/mlflow/mlflow/issues/11580) [@​WeichenXu123](https://github.com/WeichenXu123))
    
  • Models] Deprecate and add `code_paths` alias for `code_path` in `pyfunc` to be standardized to other flavor implementations ([#​11688](https://github.com/mlflow/mlflow/issues/11688), [@​BenWilson2](https://github.com/BenWilson2))
    
  • Models] Add support for custom models within the `sentence-transformers` flavor ([#​11635](https://github.com/mlflow/mlflow/issues/11635), [@​B-Step62](https://github.com/B-Step62))
    
  • Models] Enable Spark `MapType` support within model signatures when used with Spark udf inference ([#​11265](https://github.com/mlflow/mlflow/issues/11265), [@​WeichenXu123](https://github.com/WeichenXu123))
    
  • Models] Add support for metadata-only sharing within Unity Catalog through the use of a subdirectory ([#​11357](https://github.com/mlflow/mlflow/issues/11357), [#​11720](https://github.com/mlflow/mlflow/issues/11720) [@​WeichenXu123](https://github.com/WeichenXu123))
    
  • Models] Add Support for the `ChatOpenAI` and `AzureChatOpenAI` LLM interfaces within the LangChain flavor ([#​11644](https://github.com/mlflow/mlflow/issues/11644), [@​B-Step62](https://github.com/B-Step62))
    
  • Artifacts] Add support for utilizing presigned URLs when uploading and downloading files when using Unity Catalog ([#​11534](https://github.com/mlflow/mlflow/issues/11534), [@​artjen](https://github.com/artjen))
    
  • Artifacts] Add a new `Image` object for handling the logging and optimized compression of images ([#​11404](https://github.com/mlflow/mlflow/issues/11404), [@​jessechancy](https://github.com/jessechancy))
    
  • Artifacts] Add time and step-based metadata to the logging of images ([#​11243](https://github.com/mlflow/mlflow/issues/11243), [@​jessechancy](https://github.com/jessechancy))
    
  • Artifacts] Add the ability to log a dataset to Unity Catalog by means of `UCVolumeDatasetSource` ([#​11301](https://github.com/mlflow/mlflow/issues/11301), [@​chenmoneygithub](https://github.com/chenmoneygithub))
    
  • Tracking] Remove the restrictions for logging a table in Delta format to no longer require running within a Databricks environment ([#​11521](https://github.com/mlflow/mlflow/issues/11521), [@​chenmoneygithub](https://github.com/chenmoneygithub))
    
  • Tracking] Add support for logging `mlflow.Image` files within tables ([#​11535](https://github.com/mlflow/mlflow/issues/11535), [@​jessechancy](https://github.com/jessechancy))
    
  • Server-infra] Introduce override configurations for controlling how http retries are handled ([#​11590](https://github.com/mlflow/mlflow/issues/11590), [@​BenWilson2](https://github.com/BenWilson2))
    
  • Deployments] Implement `chat` & `chat streaming` for Anthropic within the MLflow deployments server ([#​11195](https://github.com/mlflow/mlflow/issues/11195), [@​gabrielfu](https://github.com/gabrielfu))
    
    

Security fixes:

  • Model Registry] Fix Local File Read/Path Traversal (LFI) bypass vulnerability ([#​11376](https://github.com/mlflow/mlflow/issues/11376), [@​WeichenXu123](https://github.com/WeichenXu123))
    
    

Bug fixes:

  • Model Registry] Fix a registry configuration error that occurs within Databricks serverless clusters ([#​11719](https://github.com/mlflow/mlflow/issues/11719), [@​WeichenXu123](https://github.com/WeichenXu123))
    
  • Model Registry] Delete registered model permissions when deleting the underlying models ([#​11601](https://github.com/mlflow/mlflow/issues/11601), [@​B-Step62](https://github.com/B-Step62))
    
  • Model Registry] Disallow `%` in model names to prevent URL mangling within the UI ([#​11474](https://github.com/mlflow/mlflow/issues/11474), [@​daniellok-db](https://github.com/daniellok-db))
    
  • Models] Fix an issue where crtically important environment configurations were not being captured as langchain dependencies during model logging ([#​11679](https://github.com/mlflow/mlflow/issues/11679), [@​serena-ruan](https://github.com/serena-ruan))
    
  • Models] Patch the `LangChain` loading functions to handle uncorrectable pickle-related exceptions that are thrown when loading a model in certain versions ([#​11582](https://github.com/mlflow/mlflow/issues/11582), [@​B-Step62](https://github.com/B-Step62))
    
  • Models] Fix a regression in the `sklearn` flavor to reintroduce support for custom prediction methods ([#​11577](https://github.com/mlflow/mlflow/issues/11577), [@​B-Step62](https://github.com/B-Step62))
    
  • Models] Fix an inconsistent and unreliable implementation for batch support within the `langchain` flavor ([#​11485](https://github.com/mlflow/mlflow/issues/11485), [@​WeichenXu123](https://github.com/WeichenXu123))
    
  • Models] Fix loading remote-code-dependent `transformers` models that contain custom code ([#​11412](https://github.com/mlflow/mlflow/issues/11412), [@​daniellok-db](https://github.com/daniellok-db))
    
  • Models] Remove the legacy conversion logic within the `transformers` flavor that generates an inconsistent input example display within the MLflow UI ([#​11508](https://github.com/mlflow/mlflow/issues/11508), [@​B-Step62](https://github.com/B-Step62))
    
  • Models] Fix an issue with Keras autologging iteration input handling ([#​11394](https://github.com/mlflow/mlflow/issues/11394), [@​WeichenXu123](https://github.com/WeichenXu123))
    
  • Models] Fix an issue with `keras` autologging training dataset generator ([#​11383](https://github.com/mlflow/mlflow/issues/11383), [@​WeichenXu123](https://github.com/WeichenXu123))
    
  • Tracking] Fix an issue where a module would be imported multiple times when logging a langchain model ([#​11553](https://github.com/mlflow/mlflow/issues/11553), [@​sunishsheth2009](https://github.com/sunishsheth2009))
    
  • Tracking] Fix the sampling logic within the `GetSampledHistoryBulkInterval` API to produce more consistent results when displayed within the UI ([#​11475](https://github.com/mlflow/mlflow/issues/11475), [@​daniellok-db](https://github.com/daniellok-db))
    
  • Tracking] Fix import issues and properly resolve dependencies of `langchain` and `lanchain_community` within `langchain` models when logging ([#​11450](https://github.com/mlflow/mlflow/issues/11450), [@​sunishsheth2009](https://github.com/sunishsheth2009))
    
  • Tracking] Improve the performance of asynchronous logging ([#​11346](https://github.com/mlflow/mlflow/issues/11346), [@​chenmoneygithub](https://github.com/chenmoneygithub))
    
  • Deployments] Add middle-of-name truncation to excessively long deployment names for Sagemaker image deployment ([#​11523](https://github.com/mlflow/mlflow/issues/11523), [@​BenWilson2](https://github.com/BenWilson2))
    
    

Documentation updates:

  • Docs] Add clarity and consistent documentation for `code_paths` docstrings in API documentation ([#​11675](https://github.com/mlflow/mlflow/issues/11675), [@​BenWilson2](https://github.com/BenWilson2))
    
  • Docs] Add documentation guidance for `sentence-transformers` `OpenAI`-compatible API interfaces ([#​11373](https://github.com/mlflow/mlflow/issues/11373), [@​es94129](https://github.com/es94129))
    
    

Small bug fixes and documentation updates:

#​11723, @​freemin7; #​11722, #​11721, #​11690, #​11717, #​11685, #​11689, #​11607, #​11581, #​11516, #​11511, #​11358, @​serena-ruan; #​11718, #​11673, #​11676, #​11680, #​11671, #​11662, #​11659, #​11654, #​11633, #​11628, #​11620, #​11610, #​11605, #​11604, #​11600, #​11603, #​11598, #​11572, #​11576, #​11555, #​11563, #​11539, #​11532, #​11528, #​11525, #​11514, #​11513, #​11509, #​11457, #​11501, #​11500, #​11459, #​11446, #​11443, #​11442, #​11433, #​11430, #​11420, #​11419, #​11416, #​11418, #​11417, #​11415, #​11408, #​11325, #​11327, #​11313, @​harupy; #​11707, #​11527, #​11663, #​11529, #​11517, #​11510, #​11489, #​11455, #​11427, #​11389, #​11378, #​11326, @​B-Step62; #​11715, #​11714, #​11665, #​11626, #​11619, #​11437, #​11429, @​BenWilson2; #​11699, #​11692, @​annzhang-db; #​11693, #​11533, #​11396, #​11392, #​11386, #​11380, #​11381, #​11343, @​WeichenXu123; #​11696, #​11687, #​11683, @​chilir; #​11387, #​11625, #​11574, #​11441, #​11432, #​11428, #​11355, #​11354, #​11351, #​11349, #​11339, #​11338, #​11307, @​daniellok-db; #​11653, #​11369, #​11270, @​chenmoneygithub; #​11666, #​11588, @​jessechancy; #​11661, @​jmjeon94; #​11640, @​tunjan; #​11639, @​minkj1992; #​11589, @​tlm365; #​11566, #​11410, @​brynn-code; #​11570, @​lababidi; #​11542, #​11375, #​11345, @​edwardfeng-db; #​11463, @​taranarmo; #​11506, @​ernestwong-db; #​11502, @​fzyzcjy; #​11470, @​clemenskol; #​11452, @​jkfran; #​11413, @​GuyAglionby; #​11438, @​victorsun123; #​11350, @​liangz1; #​11370, @​sunishsheth2009; #​11379, #​11304, @​zhouyou9505; #​11321, #​11323, #​11322, @​michael-berk; #​11333, @​cdancette; #​11228, @​TomeHirata

v2.12.0

MLflow 2.12.0 has been yanked from PyPI due to an issue with packaging required JS components. MLflow 2.12.1 is its replacement.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mlflow](https://github.com/mlflow/mlflow) | minor | `==2.11.3` -> `==2.12.1` | --- ### Release Notes <details> <summary>mlflow/mlflow (mlflow)</summary> ### [`v2.12.1`](https://github.com/mlflow/mlflow/blob/HEAD/CHANGELOG.md#2121-2024-04-17) MLflow 2.12.1 includes several major features and improvements With this release, we're pleased to introduce several major new features that are focused on enhanced GenAI support, Deep Learning workflows involving images, expanded table logging functionality, and general usability enhancements within the UI and external integrations. ##### Major Features and Improvements: - **PromptFlow**: Introducing the new PromptFlow flavor, designed to enrich the GenAI landscape within MLflow. This feature simplifies the creation and management of dynamic prompts, enhancing user interaction with AI models and streamlining prompt engineering processes. ([#&#8203;11311](https://github.com/mlflow/mlflow/issues/11311), [#&#8203;11385](https://github.com/mlflow/mlflow/issues/11385) [@&#8203;brynn-code](https://github.com/brynn-code)) - **Enhanced Metadata Sharing for Unity Catalog**: MLflow now supports the ability to share metadata (and not model weights) within Databricks Unity Catalog. When logging a model, this functionality enables the automatic duplication of metadata into a dedicated subdirectory, distinct from the model’s actual storage location, allowing for different sharing permissions and access control limits. ([#&#8203;11357](https://github.com/mlflow/mlflow/issues/11357), [#&#8203;11720](https://github.com/mlflow/mlflow/issues/11720) [@&#8203;WeichenXu123](https://github.com/WeichenXu123)) - **Code Paths Unification and Standardization**: We have unified and standardized the `code_paths` parameter across all MLflow flavors to ensure a cohesive and streamlined user experience. This change promotes consistency and reduces complexity in the model deployment lifecycle. ([#&#8203;11688](https://github.com/mlflow/mlflow/issues/11688), [@&#8203;BenWilson2](https://github.com/BenWilson2)) - **ChatOpenAI and AzureChatOpenAI Support**: Support for the ChatOpenAI and AzureChatOpenAI interfaces has been integrated into the LangChain flavor, facilitating seamless deployment of conversational AI models. This development opens new doors for building sophisticated and responsive chat applications leveraging cutting-edge language models. ([#&#8203;11644](https://github.com/mlflow/mlflow/issues/11644), [@&#8203;B-Step62](https://github.com/B-Step62)) - **Custom Models in Sentence-Transformers**: The sentence-transformers flavor now supports custom models, allowing for a greater flexibility in deploying tailored NLP solutions. ([#&#8203;11635](https://github.com/mlflow/mlflow/issues/11635), [@&#8203;B-Step62](https://github.com/B-Step62)) - **Image Support for Log Table**: With the addition of image support in `log_table`, MLflow enhances its capabilities in handling rich media. This functionality allows for direct logging and visualization of images within the platform, improving the interpretability and analysis of visual data. ([#&#8203;11535](https://github.com/mlflow/mlflow/issues/11535), [@&#8203;jessechancy](https://github.com/jessechancy)) - **Streaming Support for LangChain**: The newly introduced `predict_stream` API for LangChain models supports streaming outputs, enabling real-time output for chain invocation via pyfunc. This feature is pivotal for applications requiring continuous data processing and instant feedback. ([#&#8203;11490](https://github.com/mlflow/mlflow/issues/11490), [#&#8203;11580](https://github.com/mlflow/mlflow/issues/11580) [@&#8203;WeichenXu123](https://github.com/WeichenXu123)) ##### Security Fixes: - **Security Patch**: Addressed a critical Local File Read/Path Traversal vulnerability within the Model Registry, ensuring robust protection against unauthorized access and securing user data integrity. ([#&#8203;11376](https://github.com/mlflow/mlflow/issues/11376), [@&#8203;WeichenXu123](https://github.com/WeichenXu123)) Features: - \[Models] Add the PromptFlow flavor ([#&#8203;11311](https://github.com/mlflow/mlflow/issues/11311), [#&#8203;11385](https://github.com/mlflow/mlflow/issues/11385) [@&#8203;brynn-code](https://github.com/brynn-code)) - \[Models] Add a new `predict_stream` API for streamable output for Langchain models and the `DatabricksDeploymentClient` ([#&#8203;11490](https://github.com/mlflow/mlflow/issues/11490), [#&#8203;11580](https://github.com/mlflow/mlflow/issues/11580) [@&#8203;WeichenXu123](https://github.com/WeichenXu123)) - \[Models] Deprecate and add `code_paths` alias for `code_path` in `pyfunc` to be standardized to other flavor implementations ([#&#8203;11688](https://github.com/mlflow/mlflow/issues/11688), [@&#8203;BenWilson2](https://github.com/BenWilson2)) - \[Models] Add support for custom models within the `sentence-transformers` flavor ([#&#8203;11635](https://github.com/mlflow/mlflow/issues/11635), [@&#8203;B-Step62](https://github.com/B-Step62)) - \[Models] Enable Spark `MapType` support within model signatures when used with Spark udf inference ([#&#8203;11265](https://github.com/mlflow/mlflow/issues/11265), [@&#8203;WeichenXu123](https://github.com/WeichenXu123)) - \[Models] Add support for metadata-only sharing within Unity Catalog through the use of a subdirectory ([#&#8203;11357](https://github.com/mlflow/mlflow/issues/11357), [#&#8203;11720](https://github.com/mlflow/mlflow/issues/11720) [@&#8203;WeichenXu123](https://github.com/WeichenXu123)) - \[Models] Add Support for the `ChatOpenAI` and `AzureChatOpenAI` LLM interfaces within the LangChain flavor ([#&#8203;11644](https://github.com/mlflow/mlflow/issues/11644), [@&#8203;B-Step62](https://github.com/B-Step62)) - \[Artifacts] Add support for utilizing presigned URLs when uploading and downloading files when using Unity Catalog ([#&#8203;11534](https://github.com/mlflow/mlflow/issues/11534), [@&#8203;artjen](https://github.com/artjen)) - \[Artifacts] Add a new `Image` object for handling the logging and optimized compression of images ([#&#8203;11404](https://github.com/mlflow/mlflow/issues/11404), [@&#8203;jessechancy](https://github.com/jessechancy)) - \[Artifacts] Add time and step-based metadata to the logging of images ([#&#8203;11243](https://github.com/mlflow/mlflow/issues/11243), [@&#8203;jessechancy](https://github.com/jessechancy)) - \[Artifacts] Add the ability to log a dataset to Unity Catalog by means of `UCVolumeDatasetSource` ([#&#8203;11301](https://github.com/mlflow/mlflow/issues/11301), [@&#8203;chenmoneygithub](https://github.com/chenmoneygithub)) - \[Tracking] Remove the restrictions for logging a table in Delta format to no longer require running within a Databricks environment ([#&#8203;11521](https://github.com/mlflow/mlflow/issues/11521), [@&#8203;chenmoneygithub](https://github.com/chenmoneygithub)) - \[Tracking] Add support for logging `mlflow.Image` files within tables ([#&#8203;11535](https://github.com/mlflow/mlflow/issues/11535), [@&#8203;jessechancy](https://github.com/jessechancy)) - \[Server-infra] Introduce override configurations for controlling how http retries are handled ([#&#8203;11590](https://github.com/mlflow/mlflow/issues/11590), [@&#8203;BenWilson2](https://github.com/BenWilson2)) - \[Deployments] Implement `chat` & `chat streaming` for Anthropic within the MLflow deployments server ([#&#8203;11195](https://github.com/mlflow/mlflow/issues/11195), [@&#8203;gabrielfu](https://github.com/gabrielfu)) Security fixes: - \[Model Registry] Fix Local File Read/Path Traversal (LFI) bypass vulnerability ([#&#8203;11376](https://github.com/mlflow/mlflow/issues/11376), [@&#8203;WeichenXu123](https://github.com/WeichenXu123)) Bug fixes: - \[Model Registry] Fix a registry configuration error that occurs within Databricks serverless clusters ([#&#8203;11719](https://github.com/mlflow/mlflow/issues/11719), [@&#8203;WeichenXu123](https://github.com/WeichenXu123)) - \[Model Registry] Delete registered model permissions when deleting the underlying models ([#&#8203;11601](https://github.com/mlflow/mlflow/issues/11601), [@&#8203;B-Step62](https://github.com/B-Step62)) - \[Model Registry] Disallow `%` in model names to prevent URL mangling within the UI ([#&#8203;11474](https://github.com/mlflow/mlflow/issues/11474), [@&#8203;daniellok-db](https://github.com/daniellok-db)) - \[Models] Fix an issue where crtically important environment configurations were not being captured as langchain dependencies during model logging ([#&#8203;11679](https://github.com/mlflow/mlflow/issues/11679), [@&#8203;serena-ruan](https://github.com/serena-ruan)) - \[Models] Patch the `LangChain` loading functions to handle uncorrectable pickle-related exceptions that are thrown when loading a model in certain versions ([#&#8203;11582](https://github.com/mlflow/mlflow/issues/11582), [@&#8203;B-Step62](https://github.com/B-Step62)) - \[Models] Fix a regression in the `sklearn` flavor to reintroduce support for custom prediction methods ([#&#8203;11577](https://github.com/mlflow/mlflow/issues/11577), [@&#8203;B-Step62](https://github.com/B-Step62)) - \[Models] Fix an inconsistent and unreliable implementation for batch support within the `langchain` flavor ([#&#8203;11485](https://github.com/mlflow/mlflow/issues/11485), [@&#8203;WeichenXu123](https://github.com/WeichenXu123)) - \[Models] Fix loading remote-code-dependent `transformers` models that contain custom code ([#&#8203;11412](https://github.com/mlflow/mlflow/issues/11412), [@&#8203;daniellok-db](https://github.com/daniellok-db)) - \[Models] Remove the legacy conversion logic within the `transformers` flavor that generates an inconsistent input example display within the MLflow UI ([#&#8203;11508](https://github.com/mlflow/mlflow/issues/11508), [@&#8203;B-Step62](https://github.com/B-Step62)) - \[Models] Fix an issue with Keras autologging iteration input handling ([#&#8203;11394](https://github.com/mlflow/mlflow/issues/11394), [@&#8203;WeichenXu123](https://github.com/WeichenXu123)) - \[Models] Fix an issue with `keras` autologging training dataset generator ([#&#8203;11383](https://github.com/mlflow/mlflow/issues/11383), [@&#8203;WeichenXu123](https://github.com/WeichenXu123)) - \[Tracking] Fix an issue where a module would be imported multiple times when logging a langchain model ([#&#8203;11553](https://github.com/mlflow/mlflow/issues/11553), [@&#8203;sunishsheth2009](https://github.com/sunishsheth2009)) - \[Tracking] Fix the sampling logic within the `GetSampledHistoryBulkInterval` API to produce more consistent results when displayed within the UI ([#&#8203;11475](https://github.com/mlflow/mlflow/issues/11475), [@&#8203;daniellok-db](https://github.com/daniellok-db)) - \[Tracking] Fix import issues and properly resolve dependencies of `langchain` and `lanchain_community` within `langchain` models when logging ([#&#8203;11450](https://github.com/mlflow/mlflow/issues/11450), [@&#8203;sunishsheth2009](https://github.com/sunishsheth2009)) - \[Tracking] Improve the performance of asynchronous logging ([#&#8203;11346](https://github.com/mlflow/mlflow/issues/11346), [@&#8203;chenmoneygithub](https://github.com/chenmoneygithub)) - \[Deployments] Add middle-of-name truncation to excessively long deployment names for Sagemaker image deployment ([#&#8203;11523](https://github.com/mlflow/mlflow/issues/11523), [@&#8203;BenWilson2](https://github.com/BenWilson2)) Documentation updates: - \[Docs] Add clarity and consistent documentation for `code_paths` docstrings in API documentation ([#&#8203;11675](https://github.com/mlflow/mlflow/issues/11675), [@&#8203;BenWilson2](https://github.com/BenWilson2)) - \[Docs] Add documentation guidance for `sentence-transformers` `OpenAI`-compatible API interfaces ([#&#8203;11373](https://github.com/mlflow/mlflow/issues/11373), [@&#8203;es94129](https://github.com/es94129)) Small bug fixes and documentation updates: [#&#8203;11723](https://github.com/mlflow/mlflow/issues/11723), [@&#8203;freemin7](https://github.com/freemin7); [#&#8203;11722](https://github.com/mlflow/mlflow/issues/11722), [#&#8203;11721](https://github.com/mlflow/mlflow/issues/11721), [#&#8203;11690](https://github.com/mlflow/mlflow/issues/11690), [#&#8203;11717](https://github.com/mlflow/mlflow/issues/11717), [#&#8203;11685](https://github.com/mlflow/mlflow/issues/11685), [#&#8203;11689](https://github.com/mlflow/mlflow/issues/11689), [#&#8203;11607](https://github.com/mlflow/mlflow/issues/11607), [#&#8203;11581](https://github.com/mlflow/mlflow/issues/11581), [#&#8203;11516](https://github.com/mlflow/mlflow/issues/11516), [#&#8203;11511](https://github.com/mlflow/mlflow/issues/11511), [#&#8203;11358](https://github.com/mlflow/mlflow/issues/11358), [@&#8203;serena-ruan](https://github.com/serena-ruan); [#&#8203;11718](https://github.com/mlflow/mlflow/issues/11718), [#&#8203;11673](https://github.com/mlflow/mlflow/issues/11673), [#&#8203;11676](https://github.com/mlflow/mlflow/issues/11676), [#&#8203;11680](https://github.com/mlflow/mlflow/issues/11680), [#&#8203;11671](https://github.com/mlflow/mlflow/issues/11671), [#&#8203;11662](https://github.com/mlflow/mlflow/issues/11662), [#&#8203;11659](https://github.com/mlflow/mlflow/issues/11659), [#&#8203;11654](https://github.com/mlflow/mlflow/issues/11654), [#&#8203;11633](https://github.com/mlflow/mlflow/issues/11633), [#&#8203;11628](https://github.com/mlflow/mlflow/issues/11628), [#&#8203;11620](https://github.com/mlflow/mlflow/issues/11620), [#&#8203;11610](https://github.com/mlflow/mlflow/issues/11610), [#&#8203;11605](https://github.com/mlflow/mlflow/issues/11605), [#&#8203;11604](https://github.com/mlflow/mlflow/issues/11604), [#&#8203;11600](https://github.com/mlflow/mlflow/issues/11600), [#&#8203;11603](https://github.com/mlflow/mlflow/issues/11603), [#&#8203;11598](https://github.com/mlflow/mlflow/issues/11598), [#&#8203;11572](https://github.com/mlflow/mlflow/issues/11572), [#&#8203;11576](https://github.com/mlflow/mlflow/issues/11576), [#&#8203;11555](https://github.com/mlflow/mlflow/issues/11555), [#&#8203;11563](https://github.com/mlflow/mlflow/issues/11563), [#&#8203;11539](https://github.com/mlflow/mlflow/issues/11539), [#&#8203;11532](https://github.com/mlflow/mlflow/issues/11532), [#&#8203;11528](https://github.com/mlflow/mlflow/issues/11528), [#&#8203;11525](https://github.com/mlflow/mlflow/issues/11525), [#&#8203;11514](https://github.com/mlflow/mlflow/issues/11514), [#&#8203;11513](https://github.com/mlflow/mlflow/issues/11513), [#&#8203;11509](https://github.com/mlflow/mlflow/issues/11509), [#&#8203;11457](https://github.com/mlflow/mlflow/issues/11457), [#&#8203;11501](https://github.com/mlflow/mlflow/issues/11501), [#&#8203;11500](https://github.com/mlflow/mlflow/issues/11500), [#&#8203;11459](https://github.com/mlflow/mlflow/issues/11459), [#&#8203;11446](https://github.com/mlflow/mlflow/issues/11446), [#&#8203;11443](https://github.com/mlflow/mlflow/issues/11443), [#&#8203;11442](https://github.com/mlflow/mlflow/issues/11442), [#&#8203;11433](https://github.com/mlflow/mlflow/issues/11433), [#&#8203;11430](https://github.com/mlflow/mlflow/issues/11430), [#&#8203;11420](https://github.com/mlflow/mlflow/issues/11420), [#&#8203;11419](https://github.com/mlflow/mlflow/issues/11419), [#&#8203;11416](https://github.com/mlflow/mlflow/issues/11416), [#&#8203;11418](https://github.com/mlflow/mlflow/issues/11418), [#&#8203;11417](https://github.com/mlflow/mlflow/issues/11417), [#&#8203;11415](https://github.com/mlflow/mlflow/issues/11415), [#&#8203;11408](https://github.com/mlflow/mlflow/issues/11408), [#&#8203;11325](https://github.com/mlflow/mlflow/issues/11325), [#&#8203;11327](https://github.com/mlflow/mlflow/issues/11327), [#&#8203;11313](https://github.com/mlflow/mlflow/issues/11313), [@&#8203;harupy](https://github.com/harupy); [#&#8203;11707](https://github.com/mlflow/mlflow/issues/11707), [#&#8203;11527](https://github.com/mlflow/mlflow/issues/11527), [#&#8203;11663](https://github.com/mlflow/mlflow/issues/11663), [#&#8203;11529](https://github.com/mlflow/mlflow/issues/11529), [#&#8203;11517](https://github.com/mlflow/mlflow/issues/11517), [#&#8203;11510](https://github.com/mlflow/mlflow/issues/11510), [#&#8203;11489](https://github.com/mlflow/mlflow/issues/11489), [#&#8203;11455](https://github.com/mlflow/mlflow/issues/11455), [#&#8203;11427](https://github.com/mlflow/mlflow/issues/11427), [#&#8203;11389](https://github.com/mlflow/mlflow/issues/11389), [#&#8203;11378](https://github.com/mlflow/mlflow/issues/11378), [#&#8203;11326](https://github.com/mlflow/mlflow/issues/11326), [@&#8203;B-Step62](https://github.com/B-Step62); [#&#8203;11715](https://github.com/mlflow/mlflow/issues/11715), [#&#8203;11714](https://github.com/mlflow/mlflow/issues/11714), [#&#8203;11665](https://github.com/mlflow/mlflow/issues/11665), [#&#8203;11626](https://github.com/mlflow/mlflow/issues/11626), [#&#8203;11619](https://github.com/mlflow/mlflow/issues/11619), [#&#8203;11437](https://github.com/mlflow/mlflow/issues/11437), [#&#8203;11429](https://github.com/mlflow/mlflow/issues/11429), [@&#8203;BenWilson2](https://github.com/BenWilson2); [#&#8203;11699](https://github.com/mlflow/mlflow/issues/11699), [#&#8203;11692](https://github.com/mlflow/mlflow/issues/11692), [@&#8203;annzhang-db](https://github.com/annzhang-db); [#&#8203;11693](https://github.com/mlflow/mlflow/issues/11693), [#&#8203;11533](https://github.com/mlflow/mlflow/issues/11533), [#&#8203;11396](https://github.com/mlflow/mlflow/issues/11396), [#&#8203;11392](https://github.com/mlflow/mlflow/issues/11392), [#&#8203;11386](https://github.com/mlflow/mlflow/issues/11386), [#&#8203;11380](https://github.com/mlflow/mlflow/issues/11380), [#&#8203;11381](https://github.com/mlflow/mlflow/issues/11381), [#&#8203;11343](https://github.com/mlflow/mlflow/issues/11343), [@&#8203;WeichenXu123](https://github.com/WeichenXu123); [#&#8203;11696](https://github.com/mlflow/mlflow/issues/11696), [#&#8203;11687](https://github.com/mlflow/mlflow/issues/11687), [#&#8203;11683](https://github.com/mlflow/mlflow/issues/11683), [@&#8203;chilir](https://github.com/chilir); [#&#8203;11387](https://github.com/mlflow/mlflow/issues/11387), [#&#8203;11625](https://github.com/mlflow/mlflow/issues/11625), [#&#8203;11574](https://github.com/mlflow/mlflow/issues/11574), [#&#8203;11441](https://github.com/mlflow/mlflow/issues/11441), [#&#8203;11432](https://github.com/mlflow/mlflow/issues/11432), [#&#8203;11428](https://github.com/mlflow/mlflow/issues/11428), [#&#8203;11355](https://github.com/mlflow/mlflow/issues/11355), [#&#8203;11354](https://github.com/mlflow/mlflow/issues/11354), [#&#8203;11351](https://github.com/mlflow/mlflow/issues/11351), [#&#8203;11349](https://github.com/mlflow/mlflow/issues/11349), [#&#8203;11339](https://github.com/mlflow/mlflow/issues/11339), [#&#8203;11338](https://github.com/mlflow/mlflow/issues/11338), [#&#8203;11307](https://github.com/mlflow/mlflow/issues/11307), [@&#8203;daniellok-db](https://github.com/daniellok-db); [#&#8203;11653](https://github.com/mlflow/mlflow/issues/11653), [#&#8203;11369](https://github.com/mlflow/mlflow/issues/11369), [#&#8203;11270](https://github.com/mlflow/mlflow/issues/11270), [@&#8203;chenmoneygithub](https://github.com/chenmoneygithub); [#&#8203;11666](https://github.com/mlflow/mlflow/issues/11666), [#&#8203;11588](https://github.com/mlflow/mlflow/issues/11588), [@&#8203;jessechancy](https://github.com/jessechancy); [#&#8203;11661](https://github.com/mlflow/mlflow/issues/11661), [@&#8203;jmjeon94](https://github.com/jmjeon94); [#&#8203;11640](https://github.com/mlflow/mlflow/issues/11640), [@&#8203;tunjan](https://github.com/tunjan); [#&#8203;11639](https://github.com/mlflow/mlflow/issues/11639), [@&#8203;minkj1992](https://github.com/minkj1992); [#&#8203;11589](https://github.com/mlflow/mlflow/issues/11589), [@&#8203;tlm365](https://github.com/tlm365); [#&#8203;11566](https://github.com/mlflow/mlflow/issues/11566), [#&#8203;11410](https://github.com/mlflow/mlflow/issues/11410), [@&#8203;brynn-code](https://github.com/brynn-code); [#&#8203;11570](https://github.com/mlflow/mlflow/issues/11570), [@&#8203;lababidi](https://github.com/lababidi); [#&#8203;11542](https://github.com/mlflow/mlflow/issues/11542), [#&#8203;11375](https://github.com/mlflow/mlflow/issues/11375), [#&#8203;11345](https://github.com/mlflow/mlflow/issues/11345), [@&#8203;edwardfeng-db](https://github.com/edwardfeng-db); [#&#8203;11463](https://github.com/mlflow/mlflow/issues/11463), [@&#8203;taranarmo](https://github.com/taranarmo); [#&#8203;11506](https://github.com/mlflow/mlflow/issues/11506), [@&#8203;ernestwong-db](https://github.com/ernestwong-db); [#&#8203;11502](https://github.com/mlflow/mlflow/issues/11502), [@&#8203;fzyzcjy](https://github.com/fzyzcjy); [#&#8203;11470](https://github.com/mlflow/mlflow/issues/11470), [@&#8203;clemenskol](https://github.com/clemenskol); [#&#8203;11452](https://github.com/mlflow/mlflow/issues/11452), [@&#8203;jkfran](https://github.com/jkfran); [#&#8203;11413](https://github.com/mlflow/mlflow/issues/11413), [@&#8203;GuyAglionby](https://github.com/GuyAglionby); [#&#8203;11438](https://github.com/mlflow/mlflow/issues/11438), [@&#8203;victorsun123](https://github.com/victorsun123); [#&#8203;11350](https://github.com/mlflow/mlflow/issues/11350), [@&#8203;liangz1](https://github.com/liangz1); [#&#8203;11370](https://github.com/mlflow/mlflow/issues/11370), [@&#8203;sunishsheth2009](https://github.com/sunishsheth2009); [#&#8203;11379](https://github.com/mlflow/mlflow/issues/11379), [#&#8203;11304](https://github.com/mlflow/mlflow/issues/11304), [@&#8203;zhouyou9505](https://github.com/zhouyou9505); [#&#8203;11321](https://github.com/mlflow/mlflow/issues/11321), [#&#8203;11323](https://github.com/mlflow/mlflow/issues/11323), [#&#8203;11322](https://github.com/mlflow/mlflow/issues/11322), [@&#8203;michael-berk](https://github.com/michael-berk); [#&#8203;11333](https://github.com/mlflow/mlflow/issues/11333), [@&#8203;cdancette](https://github.com/cdancette); [#&#8203;11228](https://github.com/mlflow/mlflow/issues/11228), [@&#8203;TomeHirata](https://github.com/TomeHirata) ### [`v2.12.0`](https://github.com/mlflow/mlflow/blob/HEAD/CHANGELOG.md#2120-2024-04-16) MLflow 2.12.0 has been yanked from PyPI due to an issue with packaging required JS components. MLflow 2.12.1 is its replacement. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjMxOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2024-04-23 10:00:51 +00:00
Mathis added 1 commit 2024-05-08 12:31:53 +00:00
Author
Member

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
Mathis added 1 commit 2024-05-13 11:49:52 +00:00
This pull request has changes conflicting with the target branch.
  • requirements.txt
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b renovate/mlflow-2.x main
git pull origin renovate/mlflow-2.x

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff renovate/mlflow-2.x
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Cluster/mlflow#86
No description provided.