From 7ac43519ded9482166fff18ea5d9f4368dc35acd Mon Sep 17 00:00:00 2001 From: Jesse Claven Date: Fri, 1 Mar 2024 11:14:23 +0000 Subject: [PATCH] build: Bump version and improve release doc (#1602) * build: Bump version to next possible release * build: Ignore another common virtualenv folder name * build: Mention the intent of the in-place current version --- .gitignore | 1 + README.md | 2 + RELEASE.md | 3 + docs/conf.py | 2 +- licenses/license.txt | 140 +++++++++--------- licenses/license_info.csv | 16 +- mlserver/version.py | 2 +- poetry.lock | 24 +-- pyproject.toml | 2 +- .../mlserver_alibi_detect/version.py | 2 +- runtimes/alibi-detect/poetry.lock | 12 +- runtimes/alibi-detect/pyproject.toml | 2 +- .../mlserver_alibi_explain/version.py | 2 +- runtimes/alibi-explain/poetry.lock | 18 +-- runtimes/alibi-explain/pyproject.toml | 2 +- .../catboost/mlserver_catboost/version.py | 2 +- runtimes/catboost/poetry.lock | 2 +- runtimes/catboost/pyproject.toml | 2 +- .../mlserver_huggingface/version.py | 2 +- runtimes/huggingface/poetry.lock | 12 +- runtimes/huggingface/pyproject.toml | 2 +- .../lightgbm/mlserver_lightgbm/version.py | 2 +- runtimes/lightgbm/poetry.lock | 2 +- runtimes/lightgbm/pyproject.toml | 2 +- runtimes/mlflow/mlserver_mlflow/version.py | 2 +- runtimes/mlflow/poetry.lock | 2 +- runtimes/mlflow/pyproject.toml | 2 +- runtimes/mllib/mlserver_mllib/version.py | 2 +- runtimes/mllib/poetry.lock | 2 +- runtimes/mllib/pyproject.toml | 2 +- runtimes/sklearn/mlserver_sklearn/version.py | 2 +- runtimes/sklearn/poetry.lock | 2 +- runtimes/sklearn/pyproject.toml | 2 +- runtimes/xgboost/mlserver_xgboost/version.py | 2 +- runtimes/xgboost/poetry.lock | 2 +- runtimes/xgboost/pyproject.toml | 2 +- 36 files changed, 123 insertions(+), 159 deletions(-) diff --git a/.gitignore b/.gitignore index 6e53f49ad..883339291 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ eggs/ build/ dist/ venv/ +.venv/ # Notebook Checkpoints .ipynb_checkpoints diff --git a/README.md b/README.md index 9120d3fa7..a46078245 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,8 @@ packages](./docs/runtimes/index.md) try to follow the same versioning schema. To bump the version across all of them, you can use the [`./hack/update-version.sh`](./hack/update-version.sh) script. +We generally keep the version as a placeholder for an upcoming version. + For example: ```bash diff --git a/RELEASE.md b/RELEASE.md index 44ac43282..3218616d6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,6 +12,9 @@ carefully and make sure you understand the different parts of the process.** ## Process Summary +NB: The release workflows take care of setting the specified version, so you +do not need to run the script for updating the version beforehand. + 1. If this is a new **major or minor official release**, create a [release branch](#release-branches) from `master`. Alternatively, if this is a **patch official release**, checkout the diff --git a/docs/conf.py b/docs/conf.py index cf3032d29..8d6b2c072 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ author = "Seldon Technologies" # The full version, including alpha/beta/rc tags -release = "1.4.0.dev11" +release = "1.5.0.dev1" # -- General configuration --------------------------------------------------- diff --git a/licenses/license.txt b/licenses/license.txt index 3d19d0fa2..73160ced1 100644 --- a/licenses/license.txt +++ b/licenses/license.txt @@ -4751,9 +4751,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Note: Previous versions of gevenhttpclient used http_parser.c, which in turn -was based on src/http/ngx_http_parse.c from NGINX, copyright Igor Sysoev, -Joyent, Inc. and other Node contributors. See http://github.com/joyent/http-parser +Note: Previous versions of gevenhttpclient used http_parser.c, which in turn +was based on src/http/ngx_http_parse.c from NGINX, copyright Igor Sysoev, +Joyent, Inc. and other Node contributors. See http://github.com/joyent/http-parser for more information @@ -4763,44 +4763,44 @@ BSD License Copyright (C) 2010, 2011 Sebastian Thiel and contributors All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright +* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the +* Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of the GitDB project nor the names of -its contributors may be used to endorse or promote products derived +* Neither the name of the GitDB project nor the names of +its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Additional Licenses ------------------- -The files at +The files at gitdb/test/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx -and -gitdb/test/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack -are licensed under GNU GPL as part of the git source repository, +and +gitdb/test/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack +are licensed under GNU GPL as part of the git source repository, see http://en.wikipedia.org/wiki/Git_%28software%29 for more information. -They are not required for the actual operation, which is why they are not found +They are not required for the actual operation, which is why they are not found in the distribution package. @@ -5959,7 +5959,7 @@ Mozilla Public License Version 2.0 means any form of the work other than Source Code Form. 1.7. "Larger Work" - means a work that combines Covered Software with other material, in + means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. 1.8. "License" @@ -6975,10 +6975,10 @@ MIT License to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE @@ -9444,7 +9444,7 @@ Copyright 2018 Databricks, Inc. All rights reserved. mlserver -1.4.0.dev11 +1.5.0.dev1 Apache Software License Apache License Version 2.0, January 2004 @@ -9650,7 +9650,7 @@ Apache Software License mlserver-alibi-detect -1.4.0.dev11 +1.5.0.dev1 Apache Software License Apache License Version 2.0, January 2004 @@ -9856,7 +9856,7 @@ Apache Software License mlserver-alibi-explain -1.4.0.dev11 +1.5.0.dev1 Apache Software License Apache License Version 2.0, January 2004 @@ -10062,7 +10062,7 @@ Apache Software License mlserver-huggingface -1.4.0.dev11 +1.5.0.dev1 Apache Software License Apache License Version 2.0, January 2004 @@ -10268,7 +10268,7 @@ Apache Software License mlserver-lightgbm -1.4.0.dev11 +1.5.0.dev1 Apache Software License Apache License Version 2.0, January 2004 @@ -10474,7 +10474,7 @@ Apache Software License mlserver-mlflow -1.4.0.dev11 +1.5.0.dev1 Apache Software License Apache License Version 2.0, January 2004 @@ -10680,7 +10680,7 @@ Apache Software License mlserver-sklearn -1.4.0.dev11 +1.5.0.dev1 Apache Software License Apache License Version 2.0, January 2004 @@ -10886,7 +10886,7 @@ Apache Software License mlserver-xgboost -1.4.0.dev11 +1.5.0.dev1 Apache Software License Apache License Version 2.0, January 2004 @@ -18358,7 +18358,7 @@ Mozilla Public License Version 2.0 means any form of the work other than Source Code Form. 1.7. "Larger Work" - means a work that combines Covered Software with other material, in + means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. 1.8. "License" @@ -23013,7 +23013,7 @@ All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright notice, + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, @@ -23021,8 +23021,8 @@ modification, are permitted provided that the following conditions are met: and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF @@ -23030,7 +23030,7 @@ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +POSSIBILITY OF SUCH DAMAGE. pyasn1-modules @@ -23042,7 +23042,7 @@ All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright notice, + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, @@ -23050,8 +23050,8 @@ modification, are permitted provided that the following conditions are met: and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF @@ -23059,7 +23059,7 @@ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +POSSIBILITY OF SUCH DAMAGE. pycodestyle @@ -25051,31 +25051,31 @@ BSD License Copyright (C) 2010, 2011 Sebastian Thiel and contributors All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright +* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the +* Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of the async project nor the names of -its contributors may be used to endorse or promote products derived +* Neither the name of the async project nor the names of +its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @@ -27023,7 +27023,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -The Pytorch repository and source distributions bundle several libraries that are +The Pytorch repository and source distributions bundle several libraries that are compatibly licensed. We list these here. Name: DCGM @@ -28674,7 +28674,7 @@ third_party/cudnn_frontend/LICENSE.txt * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. - */ + */ third_party/cutlass/LICENSE.txt @@ -28741,7 +28741,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. third_party/flatbuffers/dart/LICENSE ------------------------------------ -The code in lib/flat_buffers.dart is based on code that was releases under the +The code in lib/flat_buffers.dart is based on code that was releases under the following license: Copyright 2012, the Dart project authors. All rights reserved. @@ -28769,7 +28769,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -To the extent permissible, the changes to that code and the other assets in +To the extent permissible, the changes to that code and the other assets in this package are licensed under the Apache2 license: @@ -31346,7 +31346,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. third_party/cudnn_frontend/include/contrib/nlohmann/json/LICENSE.txt -------------------------------------------------------------------- -MIT License +MIT License Copyright (c) 2013-2021 Niels Lohmann @@ -32225,7 +32225,7 @@ third_party/onnx-tensorrt/third_party/onnx/LICENSE Open Neural Network Exchange Copyright (c) Facebook, Inc. and Microsoft Corporation. -All rights reserved. +All rights reserved. MIT License @@ -34151,7 +34151,7 @@ torchvision BSD BSD 3-Clause License -Copyright (c) Soumith Chintala 2016, +Copyright (c) Soumith Chintala 2016, All rights reserved. Redistribution and use in source and binary forms, with or without @@ -35533,5 +35533,3 @@ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - diff --git a/licenses/license_info.csv b/licenses/license_info.csv index 70dbf9998..84998f269 100644 --- a/licenses/license_info.csv +++ b/licenses/license_info.csv @@ -111,14 +111,14 @@ "mccabe","0.7.0","MIT License" "ml-dtypes","0.2.0","Apache Software License" "mlflow","2.10.2","Apache License 2.0" -"mlserver","1.4.0.dev11","Apache Software License" -"mlserver-alibi-detect","1.4.0.dev11","Apache Software License" -"mlserver-alibi-explain","1.4.0.dev11","Apache Software License" -"mlserver-huggingface","1.4.0.dev11","Apache Software License" -"mlserver-lightgbm","1.4.0.dev11","Apache Software License" -"mlserver-mlflow","1.4.0.dev11","Apache Software License" -"mlserver-sklearn","1.4.0.dev11","Apache Software License" -"mlserver-xgboost","1.4.0.dev11","Apache Software License" +"mlserver","1.5.0.dev1","Apache Software License" +"mlserver-alibi-detect","1.5.0.dev1","Apache Software License" +"mlserver-alibi-explain","1.5.0.dev1","Apache Software License" +"mlserver-huggingface","1.5.0.dev1","Apache Software License" +"mlserver-lightgbm","1.5.0.dev1","Apache Software License" +"mlserver-mlflow","1.5.0.dev1","Apache Software License" +"mlserver-sklearn","1.5.0.dev1","Apache Software License" +"mlserver-xgboost","1.5.0.dev1","Apache Software License" "mpmath","1.3.0","BSD License" "multidict","6.0.4","Apache Software License" "multiprocess","0.70.15","BSD License" diff --git a/mlserver/version.py b/mlserver/version.py index 79c96b9fa..b7b669e38 100644 --- a/mlserver/version.py +++ b/mlserver/version.py @@ -1 +1 @@ -__version__ = "1.4.0.dev11" +__version__ = "1.5.0.dev1" diff --git a/poetry.lock b/poetry.lock index ced1e7cb9..3abd89e6d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3273,7 +3273,7 @@ xethub = ["mlflow-xethub"] [[package]] name = "mlserver-alibi-detect" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "Alibi-Detect runtime for MLServer" optional = false python-versions = "^3.8.1,<3.12" @@ -3290,7 +3290,7 @@ url = "runtimes/alibi-detect" [[package]] name = "mlserver-alibi-explain" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "Alibi-Explain runtime for MLServer" optional = false python-versions = "^3.8.1,<3.12" @@ -3311,7 +3311,7 @@ url = "runtimes/alibi-explain" [[package]] name = "mlserver-huggingface" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "HuggingFace runtime for MLServer" optional = false python-versions = "^3.8.1,<3.12" @@ -3330,7 +3330,7 @@ url = "runtimes/huggingface" [[package]] name = "mlserver-lightgbm" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "LightGBM runtime for MLServer" optional = false python-versions = "^3.8.1,<3.12" @@ -3348,7 +3348,7 @@ url = "runtimes/lightgbm" [[package]] name = "mlserver-mlflow" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "MLflow runtime for MLServer" optional = false python-versions = "^3.8.1,<3.12" @@ -3365,7 +3365,7 @@ url = "runtimes/mlflow" [[package]] name = "mlserver-sklearn" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "Scikit-Learn runtime for MLServer" optional = false python-versions = "^3.8.1,<3.12" @@ -3383,7 +3383,7 @@ url = "runtimes/sklearn" [[package]] name = "mlserver-xgboost" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "XGBoost runtime for MLServer" optional = false python-versions = "^3.8.1,<3.12" @@ -7571,16 +7571,6 @@ files = [ {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c"}, {file = "wrapt-1.14.1-cp310-cp310-win32.whl", hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8"}, {file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164"}, - {file = "wrapt-1.14.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:ecee4132c6cd2ce5308e21672015ddfed1ff975ad0ac8d27168ea82e71413f55"}, - {file = "wrapt-1.14.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2020f391008ef874c6d9e208b24f28e31bcb85ccff4f335f15a3251d222b92d9"}, - {file = "wrapt-1.14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2feecf86e1f7a86517cab34ae6c2f081fd2d0dac860cb0c0ded96d799d20b335"}, - {file = "wrapt-1.14.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:240b1686f38ae665d1b15475966fe0472f78e71b1b4903c143a842659c8e4cb9"}, - {file = "wrapt-1.14.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a9008dad07d71f68487c91e96579c8567c98ca4c3881b9b113bc7b33e9fd78b8"}, - {file = "wrapt-1.14.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:6447e9f3ba72f8e2b985a1da758767698efa72723d5b59accefd716e9e8272bf"}, - {file = "wrapt-1.14.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:acae32e13a4153809db37405f5eba5bac5fbe2e2ba61ab227926a22901051c0a"}, - {file = "wrapt-1.14.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:49ef582b7a1152ae2766557f0550a9fcbf7bbd76f43fbdc94dd3bf07cc7168be"}, - {file = "wrapt-1.14.1-cp311-cp311-win32.whl", hash = "sha256:358fe87cc899c6bb0ddc185bf3dbfa4ba646f05b1b0b9b5a27c2cb92c2cea204"}, - {file = "wrapt-1.14.1-cp311-cp311-win_amd64.whl", hash = "sha256:26046cd03936ae745a502abf44dac702a5e6880b2b01c29aea8ddf3353b68224"}, {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907"}, {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3"}, {file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3"}, diff --git a/pyproject.toml b/pyproject.toml index 600bb3d19..dd75d23bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0" diff --git a/runtimes/alibi-detect/mlserver_alibi_detect/version.py b/runtimes/alibi-detect/mlserver_alibi_detect/version.py index 79c96b9fa..b7b669e38 100644 --- a/runtimes/alibi-detect/mlserver_alibi_detect/version.py +++ b/runtimes/alibi-detect/mlserver_alibi_detect/version.py @@ -1 +1 @@ -__version__ = "1.4.0.dev11" +__version__ = "1.5.0.dev1" diff --git a/runtimes/alibi-detect/poetry.lock b/runtimes/alibi-detect/poetry.lock index 0ebdb678f..4908fd512 100644 --- a/runtimes/alibi-detect/poetry.lock +++ b/runtimes/alibi-detect/poetry.lock @@ -1952,7 +1952,7 @@ setuptools_scm = ">=7" [[package]] name = "mlserver" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "MLServer" optional = false python-versions = "^3.8.1,<3.12" @@ -4083,16 +4083,6 @@ files = [ {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c"}, {file = "wrapt-1.14.1-cp310-cp310-win32.whl", hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8"}, {file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164"}, - {file = "wrapt-1.14.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:ecee4132c6cd2ce5308e21672015ddfed1ff975ad0ac8d27168ea82e71413f55"}, - {file = "wrapt-1.14.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2020f391008ef874c6d9e208b24f28e31bcb85ccff4f335f15a3251d222b92d9"}, - {file = "wrapt-1.14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2feecf86e1f7a86517cab34ae6c2f081fd2d0dac860cb0c0ded96d799d20b335"}, - {file = "wrapt-1.14.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:240b1686f38ae665d1b15475966fe0472f78e71b1b4903c143a842659c8e4cb9"}, - {file = "wrapt-1.14.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a9008dad07d71f68487c91e96579c8567c98ca4c3881b9b113bc7b33e9fd78b8"}, - {file = "wrapt-1.14.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:6447e9f3ba72f8e2b985a1da758767698efa72723d5b59accefd716e9e8272bf"}, - {file = "wrapt-1.14.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:acae32e13a4153809db37405f5eba5bac5fbe2e2ba61ab227926a22901051c0a"}, - {file = "wrapt-1.14.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:49ef582b7a1152ae2766557f0550a9fcbf7bbd76f43fbdc94dd3bf07cc7168be"}, - {file = "wrapt-1.14.1-cp311-cp311-win32.whl", hash = "sha256:358fe87cc899c6bb0ddc185bf3dbfa4ba646f05b1b0b9b5a27c2cb92c2cea204"}, - {file = "wrapt-1.14.1-cp311-cp311-win_amd64.whl", hash = "sha256:26046cd03936ae745a502abf44dac702a5e6880b2b01c29aea8ddf3353b68224"}, {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907"}, {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3"}, {file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3"}, diff --git a/runtimes/alibi-detect/pyproject.toml b/runtimes/alibi-detect/pyproject.toml index 9694f1669..a03c4cd4f 100644 --- a/runtimes/alibi-detect/pyproject.toml +++ b/runtimes/alibi-detect/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-alibi-detect" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "Alibi-Detect runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0" diff --git a/runtimes/alibi-explain/mlserver_alibi_explain/version.py b/runtimes/alibi-explain/mlserver_alibi_explain/version.py index 79c96b9fa..b7b669e38 100644 --- a/runtimes/alibi-explain/mlserver_alibi_explain/version.py +++ b/runtimes/alibi-explain/mlserver_alibi_explain/version.py @@ -1 +1 @@ -__version__ = "1.4.0.dev11" +__version__ = "1.5.0.dev1" diff --git a/runtimes/alibi-explain/poetry.lock b/runtimes/alibi-explain/poetry.lock index 241f1288b..045339fd5 100644 --- a/runtimes/alibi-explain/poetry.lock +++ b/runtimes/alibi-explain/poetry.lock @@ -2148,7 +2148,7 @@ dev = ["absl-py", "pyink", "pylint (>=2.6.0)", "pytest", "pytest-xdist"] [[package]] name = "mlserver" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "MLServer" optional = false python-versions = "^3.8.1,<3.12" @@ -2183,7 +2183,7 @@ url = "../.." [[package]] name = "mlserver-lightgbm" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "LightGBM runtime for MLServer" optional = false python-versions = "^3.8.1,<3.12" @@ -2201,7 +2201,7 @@ url = "../lightgbm" [[package]] name = "mlserver-sklearn" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "Scikit-Learn runtime for MLServer" optional = false python-versions = "^3.8.1,<3.12" @@ -2219,7 +2219,7 @@ url = "../sklearn" [[package]] name = "mlserver-xgboost" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "XGBoost runtime for MLServer" optional = false python-versions = "^3.8.1,<3.12" @@ -4794,16 +4794,6 @@ files = [ {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c"}, {file = "wrapt-1.14.1-cp310-cp310-win32.whl", hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8"}, {file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164"}, - {file = "wrapt-1.14.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:ecee4132c6cd2ce5308e21672015ddfed1ff975ad0ac8d27168ea82e71413f55"}, - {file = "wrapt-1.14.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2020f391008ef874c6d9e208b24f28e31bcb85ccff4f335f15a3251d222b92d9"}, - {file = "wrapt-1.14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2feecf86e1f7a86517cab34ae6c2f081fd2d0dac860cb0c0ded96d799d20b335"}, - {file = "wrapt-1.14.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:240b1686f38ae665d1b15475966fe0472f78e71b1b4903c143a842659c8e4cb9"}, - {file = "wrapt-1.14.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a9008dad07d71f68487c91e96579c8567c98ca4c3881b9b113bc7b33e9fd78b8"}, - {file = "wrapt-1.14.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:6447e9f3ba72f8e2b985a1da758767698efa72723d5b59accefd716e9e8272bf"}, - {file = "wrapt-1.14.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:acae32e13a4153809db37405f5eba5bac5fbe2e2ba61ab227926a22901051c0a"}, - {file = "wrapt-1.14.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:49ef582b7a1152ae2766557f0550a9fcbf7bbd76f43fbdc94dd3bf07cc7168be"}, - {file = "wrapt-1.14.1-cp311-cp311-win32.whl", hash = "sha256:358fe87cc899c6bb0ddc185bf3dbfa4ba646f05b1b0b9b5a27c2cb92c2cea204"}, - {file = "wrapt-1.14.1-cp311-cp311-win_amd64.whl", hash = "sha256:26046cd03936ae745a502abf44dac702a5e6880b2b01c29aea8ddf3353b68224"}, {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907"}, {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3"}, {file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3"}, diff --git a/runtimes/alibi-explain/pyproject.toml b/runtimes/alibi-explain/pyproject.toml index 6a7331a12..5aede0a02 100644 --- a/runtimes/alibi-explain/pyproject.toml +++ b/runtimes/alibi-explain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-alibi-explain" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "Alibi-Explain runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0" diff --git a/runtimes/catboost/mlserver_catboost/version.py b/runtimes/catboost/mlserver_catboost/version.py index 84568d209..b7b669e38 100644 --- a/runtimes/catboost/mlserver_catboost/version.py +++ b/runtimes/catboost/mlserver_catboost/version.py @@ -1 +1 @@ -__version__ = "1.4.0.dev3" +__version__ = "1.5.0.dev1" diff --git a/runtimes/catboost/poetry.lock b/runtimes/catboost/poetry.lock index 8b8763268..6bd0407db 100644 --- a/runtimes/catboost/poetry.lock +++ b/runtimes/catboost/poetry.lock @@ -1362,7 +1362,7 @@ python-dateutil = ">=2.7" [[package]] name = "mlserver" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "MLServer" optional = false python-versions = "^3.8.1,<3.12" diff --git a/runtimes/catboost/pyproject.toml b/runtimes/catboost/pyproject.toml index bc83e8981..a437eaffd 100644 --- a/runtimes/catboost/pyproject.toml +++ b/runtimes/catboost/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-catboost" -version = "1.4.0.dev3" +version = "1.5.0.dev1" description = "Catboost runtime for MLServer" authors = ["Theofilos Papapanagiotou "] maintainers = ["Seldon Technologies Ltd. "] diff --git a/runtimes/huggingface/mlserver_huggingface/version.py b/runtimes/huggingface/mlserver_huggingface/version.py index 79c96b9fa..b7b669e38 100644 --- a/runtimes/huggingface/mlserver_huggingface/version.py +++ b/runtimes/huggingface/mlserver_huggingface/version.py @@ -1 +1 @@ -__version__ = "1.4.0.dev11" +__version__ = "1.5.0.dev1" diff --git a/runtimes/huggingface/poetry.lock b/runtimes/huggingface/poetry.lock index 4959e18cd..b52099c1a 100644 --- a/runtimes/huggingface/poetry.lock +++ b/runtimes/huggingface/poetry.lock @@ -1538,7 +1538,7 @@ files = [ [[package]] name = "mlserver" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "MLServer" optional = false python-versions = "^3.8.1,<3.12" @@ -3881,16 +3881,6 @@ files = [ {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c"}, {file = "wrapt-1.14.1-cp310-cp310-win32.whl", hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8"}, {file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164"}, - {file = "wrapt-1.14.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:ecee4132c6cd2ce5308e21672015ddfed1ff975ad0ac8d27168ea82e71413f55"}, - {file = "wrapt-1.14.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2020f391008ef874c6d9e208b24f28e31bcb85ccff4f335f15a3251d222b92d9"}, - {file = "wrapt-1.14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2feecf86e1f7a86517cab34ae6c2f081fd2d0dac860cb0c0ded96d799d20b335"}, - {file = "wrapt-1.14.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:240b1686f38ae665d1b15475966fe0472f78e71b1b4903c143a842659c8e4cb9"}, - {file = "wrapt-1.14.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a9008dad07d71f68487c91e96579c8567c98ca4c3881b9b113bc7b33e9fd78b8"}, - {file = "wrapt-1.14.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:6447e9f3ba72f8e2b985a1da758767698efa72723d5b59accefd716e9e8272bf"}, - {file = "wrapt-1.14.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:acae32e13a4153809db37405f5eba5bac5fbe2e2ba61ab227926a22901051c0a"}, - {file = "wrapt-1.14.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:49ef582b7a1152ae2766557f0550a9fcbf7bbd76f43fbdc94dd3bf07cc7168be"}, - {file = "wrapt-1.14.1-cp311-cp311-win32.whl", hash = "sha256:358fe87cc899c6bb0ddc185bf3dbfa4ba646f05b1b0b9b5a27c2cb92c2cea204"}, - {file = "wrapt-1.14.1-cp311-cp311-win_amd64.whl", hash = "sha256:26046cd03936ae745a502abf44dac702a5e6880b2b01c29aea8ddf3353b68224"}, {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907"}, {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3"}, {file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3"}, diff --git a/runtimes/huggingface/pyproject.toml b/runtimes/huggingface/pyproject.toml index 1ff336dda..3178f0172 100644 --- a/runtimes/huggingface/pyproject.toml +++ b/runtimes/huggingface/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-huggingface" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "HuggingFace runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0" diff --git a/runtimes/lightgbm/mlserver_lightgbm/version.py b/runtimes/lightgbm/mlserver_lightgbm/version.py index 79c96b9fa..b7b669e38 100644 --- a/runtimes/lightgbm/mlserver_lightgbm/version.py +++ b/runtimes/lightgbm/mlserver_lightgbm/version.py @@ -1 +1 @@ -__version__ = "1.4.0.dev11" +__version__ = "1.5.0.dev1" diff --git a/runtimes/lightgbm/poetry.lock b/runtimes/lightgbm/poetry.lock index bf7e8652e..70da9ee37 100644 --- a/runtimes/lightgbm/poetry.lock +++ b/runtimes/lightgbm/poetry.lock @@ -966,7 +966,7 @@ scikit-learn = ["scikit-learn (!=0.22.0)"] [[package]] name = "mlserver" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "MLServer" optional = false python-versions = "^3.8.1,<3.12" diff --git a/runtimes/lightgbm/pyproject.toml b/runtimes/lightgbm/pyproject.toml index 3c9198c11..92c648f5c 100644 --- a/runtimes/lightgbm/pyproject.toml +++ b/runtimes/lightgbm/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-lightgbm" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "LightGBM runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0" diff --git a/runtimes/mlflow/mlserver_mlflow/version.py b/runtimes/mlflow/mlserver_mlflow/version.py index 79c96b9fa..b7b669e38 100644 --- a/runtimes/mlflow/mlserver_mlflow/version.py +++ b/runtimes/mlflow/mlserver_mlflow/version.py @@ -1 +1 @@ -__version__ = "1.4.0.dev11" +__version__ = "1.5.0.dev1" diff --git a/runtimes/mlflow/poetry.lock b/runtimes/mlflow/poetry.lock index d9d402477..61c2457ff 100644 --- a/runtimes/mlflow/poetry.lock +++ b/runtimes/mlflow/poetry.lock @@ -1833,7 +1833,7 @@ xethub = ["mlflow-xethub"] [[package]] name = "mlserver" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "MLServer" optional = false python-versions = "^3.8.1,<3.12" diff --git a/runtimes/mlflow/pyproject.toml b/runtimes/mlflow/pyproject.toml index e7b2ea062..28788d134 100644 --- a/runtimes/mlflow/pyproject.toml +++ b/runtimes/mlflow/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-mlflow" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "MLflow runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0" diff --git a/runtimes/mllib/mlserver_mllib/version.py b/runtimes/mllib/mlserver_mllib/version.py index 79c96b9fa..b7b669e38 100644 --- a/runtimes/mllib/mlserver_mllib/version.py +++ b/runtimes/mllib/mlserver_mllib/version.py @@ -1 +1 @@ -__version__ = "1.4.0.dev11" +__version__ = "1.5.0.dev1" diff --git a/runtimes/mllib/poetry.lock b/runtimes/mllib/poetry.lock index 55d0cb4dd..5a727b190 100644 --- a/runtimes/mllib/poetry.lock +++ b/runtimes/mllib/poetry.lock @@ -942,7 +942,7 @@ crc32c = ["crc32c"] [[package]] name = "mlserver" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "MLServer" optional = false python-versions = "^3.8.1,<3.12" diff --git a/runtimes/mllib/pyproject.toml b/runtimes/mllib/pyproject.toml index 2746e54bd..5f0fc2180 100644 --- a/runtimes/mllib/pyproject.toml +++ b/runtimes/mllib/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-mllib" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "Spark MLlib runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0" diff --git a/runtimes/sklearn/mlserver_sklearn/version.py b/runtimes/sklearn/mlserver_sklearn/version.py index 79c96b9fa..b7b669e38 100644 --- a/runtimes/sklearn/mlserver_sklearn/version.py +++ b/runtimes/sklearn/mlserver_sklearn/version.py @@ -1 +1 @@ -__version__ = "1.4.0.dev11" +__version__ = "1.5.0.dev1" diff --git a/runtimes/sklearn/poetry.lock b/runtimes/sklearn/poetry.lock index 72d011949..355cef732 100644 --- a/runtimes/sklearn/poetry.lock +++ b/runtimes/sklearn/poetry.lock @@ -953,7 +953,7 @@ crc32c = ["crc32c"] [[package]] name = "mlserver" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "MLServer" optional = false python-versions = "^3.8.1,<3.12" diff --git a/runtimes/sklearn/pyproject.toml b/runtimes/sklearn/pyproject.toml index 0d1d7a691..3f72567df 100644 --- a/runtimes/sklearn/pyproject.toml +++ b/runtimes/sklearn/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-sklearn" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "Scikit-Learn runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0" diff --git a/runtimes/xgboost/mlserver_xgboost/version.py b/runtimes/xgboost/mlserver_xgboost/version.py index 79c96b9fa..b7b669e38 100644 --- a/runtimes/xgboost/mlserver_xgboost/version.py +++ b/runtimes/xgboost/mlserver_xgboost/version.py @@ -1 +1 @@ -__version__ = "1.4.0.dev11" +__version__ = "1.5.0.dev1" diff --git a/runtimes/xgboost/poetry.lock b/runtimes/xgboost/poetry.lock index cfa3f0c49..d7615f77f 100644 --- a/runtimes/xgboost/poetry.lock +++ b/runtimes/xgboost/poetry.lock @@ -953,7 +953,7 @@ crc32c = ["crc32c"] [[package]] name = "mlserver" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "MLServer" optional = false python-versions = "^3.8.1,<3.12" diff --git a/runtimes/xgboost/pyproject.toml b/runtimes/xgboost/pyproject.toml index 812bc9884..64a0b7df6 100644 --- a/runtimes/xgboost/pyproject.toml +++ b/runtimes/xgboost/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlserver-xgboost" -version = "1.4.0.dev11" +version = "1.5.0.dev1" description = "XGBoost runtime for MLServer" authors = ["Seldon Technologies Ltd. "] license = "Apache-2.0"