From 89c3bbc4121be3ad100833e5cea12d81d1ac1f30 Mon Sep 17 00:00:00 2001 From: polyaxon-ci Date: Tue, 24 Oct 2023 13:31:25 +0200 Subject: [PATCH] Bump version to v1.1.0-rc45 --- traceml/requirements/test.txt | 4 ++-- traceml/traceml/pkg.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/traceml/requirements/test.txt b/traceml/requirements/test.txt index 2212829db..cc5773a6a 100644 --- a/traceml/requirements/test.txt +++ b/traceml/requirements/test.txt @@ -1,4 +1,4 @@ -black<23.8.0 +black<23.11.0 coverage<7.3 faker<20.0.0 flake8<6.1.0 @@ -10,7 +10,7 @@ pytest<7.5.0 pytest-asyncio<0.22.0 pylint<2.18.0 -mypy<1.5 +mypy<1.7 types-aiofiles types-certifi types-protobuf diff --git a/traceml/traceml/pkg.py b/traceml/traceml/pkg.py index afb298403..10f5ddc88 100644 --- a/traceml/traceml/pkg.py +++ b/traceml/traceml/pkg.py @@ -1,5 +1,5 @@ NAME = "traceml" -VERSION = "1.1.0-rc43" +VERSION = "1.1.0-rc45" DESC = ( "Engine for ML/Data tracking, visualization, dashboards, and model UI for Polyaxon." )