diff --git a/frontend_components/pyproject.toml b/frontend_components/pyproject.toml index af338d69e..3c8cc6738 100644 --- a/frontend_components/pyproject.toml +++ b/frontend_components/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "encord-active-components" -version = "0.0.32" +version = "0.0.33" description = "Frontend components used by Encord Active" authors = ["Cord Technologies Limited "] license = "Apache-2.0" diff --git a/poetry.lock b/poetry.lock index 74eb8700e..f0bf25640 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "aiofiles" @@ -845,13 +845,13 @@ tqdm = ">=4.32.1,<5.0.0" [[package]] name = "encord-active-components" -version = "0.0.32" +version = "0.0.33" description = "Frontend components used by Encord Active" optional = false python-versions = ">=3.9, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*" files = [ - {file = "encord_active_components-0.0.32-py3-none-any.whl", hash = "sha256:63b21affbe4043350b56671f64c211570808175c86510ab08ad98f63203965e1"}, - {file = "encord_active_components-0.0.32.tar.gz", hash = "sha256:ffcb71453c6fe64b52e8318c7316d8799d52be8155693acf988d4afaf0a5b989"}, + {file = "encord_active_components-0.0.33-py3-none-any.whl", hash = "sha256:f025e6e146317ef4729cca807313fe473ac90316dd696f1d043c16a645005386"}, + {file = "encord_active_components-0.0.33.tar.gz", hash = "sha256:5fe91625e358307251ad94903a55a5152a3ea3d640754351a9f1a659a14a4627"}, ] [[package]] @@ -5201,4 +5201,4 @@ notebooks = ["ipywidgets", "jupyterlab"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.9.7 || >3.9.7,<3.12" -content-hash = "8e3d70e0a7259fdfc32e06d292ba7a1229252b26b51d717597528b222bc06b37" +content-hash = "f5e5bc90d8a93749e7f4e2144fa245821519189c68cfacf2461babe3152849c8" diff --git a/pyproject.toml b/pyproject.toml index eea9e6da5..05da73e2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ inquirerpy = "^0.3.4" umap-learn = "^0.5.3" llvmlite = "^0.40.0" # Pinning, as lower versions conflict with other libs # Encord-active-components (strict version match) -encord-active-components = "^0.0.32" +encord-active-components = "^0.0.33" # NOTE: comment line above and uncomment the line below to setup local development # encord-active-components = { path = "./frontend_components", develop=true } # End of encord-active-components