diff --git a/accuracy_pack/pyproject.toml b/accuracy_pack/pyproject.toml
index 56855e9..9f1a566 100644
--- a/accuracy_pack/pyproject.toml
+++ b/accuracy_pack/pyproject.toml
@@ -8,7 +8,7 @@ readme = "README.md"
 
 [tool.poetry.dependencies]
 python = ">=3.10,<3.12"
-qalita-core = "^0.1.0"
+qalita-core = "^0.2.0"
 
 [build-system]
 requires = ["poetry-core"]
diff --git a/data_compare_pack/pyproject.toml b/data_compare_pack/pyproject.toml
index d1f815a..6eb8fc5 100644
--- a/data_compare_pack/pyproject.toml
+++ b/data_compare_pack/pyproject.toml
@@ -9,7 +9,7 @@ readme = "README.md"
 [tool.poetry.dependencies]
 python = ">=3.10,<3.12"
 datacompy = "^0.11.0"
-qalita-core = "^0.1.0"
+qalita-core = "^0.2.0"
 
 [build-system]
 requires = ["poetry-core"]
diff --git a/duplicates_finder_pack/pyproject.toml b/duplicates_finder_pack/pyproject.toml
index 31074af..f9863e5 100644
--- a/duplicates_finder_pack/pyproject.toml
+++ b/duplicates_finder_pack/pyproject.toml
@@ -8,7 +8,7 @@ readme = "README.md"
 
 [tool.poetry.dependencies]
 python = ">=3.10,<3.12"
-qalita-core = "^0.1.0"
+qalita-core = "^0.2.0"
 
 [build-system]
 requires = ["poetry-core"]
diff --git a/outlier_detection_pack/pyproject.toml b/outlier_detection_pack/pyproject.toml
index abb6a4f..977bb94 100644
--- a/outlier_detection_pack/pyproject.toml
+++ b/outlier_detection_pack/pyproject.toml
@@ -8,7 +8,7 @@ readme = "README.md"
 
 [tool.poetry.dependencies]
 python = ">=3.10,<3.12"
-qalita-core = "^0.1.0"
+qalita-core = "^0.2.0"
 pyod = "^1.1.2"
 numpy = "^1.26.3"
 xlsxwriter = "^3.2.0"
diff --git a/precision_recall_pack/pyproject.toml b/precision_recall_pack/pyproject.toml
index 75da9bd..3bea044 100644
--- a/precision_recall_pack/pyproject.toml
+++ b/precision_recall_pack/pyproject.toml
@@ -9,7 +9,7 @@ readme = "README.md"
 [tool.poetry.dependencies]
 python = ">=3.10,<3.12"
 scikit-learn = "^0.24.2"
-qalita-core = "^0.1.0"
+qalita-core = "^0.2.0"
 
 [build-system]
 requires = ["poetry-core"]
diff --git a/profiling_pack/pyproject.toml b/profiling_pack/pyproject.toml
index 8f8a3a0..7068278 100644
--- a/profiling_pack/pyproject.toml
+++ b/profiling_pack/pyproject.toml
@@ -16,7 +16,7 @@ sqlalchemy = "^2.0.23"
 html5lib = "^1.1"
 beautifulsoup4 = "^4.12.3"
 psycopg2-binary = "^2.9.9"
-qalita-core = "^0.1.0"
+qalita-core = "^0.2.0"
 
 [build-system]
 requires = ["poetry-core"]
diff --git a/schema_scanner_pack/pyproject.toml b/schema_scanner_pack/pyproject.toml
index 2999c43..b9a6a9f 100644
--- a/schema_scanner_pack/pyproject.toml
+++ b/schema_scanner_pack/pyproject.toml
@@ -17,7 +17,7 @@ sqlalchemy = "^2.0.23"
 html5lib = "^1.1"
 beautifulsoup4 = "^4.12.3"
 psycopg2-binary = "^2.9.9"
-qalita-core = "^0.1.0"
+qalita-core = "^0.2.0"
 
 [build-system]
 requires = ["poetry-core"]
diff --git a/timeliness_pack/pyproject.toml b/timeliness_pack/pyproject.toml
index fc68fb2..19f93c3 100644
--- a/timeliness_pack/pyproject.toml
+++ b/timeliness_pack/pyproject.toml
@@ -13,7 +13,7 @@ lxml = "^4.9.3"
 pandas = "2.0.3"
 openpyxl = "^3.1.2"
 sqlalchemy = "^2.0.23"
-qalita-core = "^0.1.0"
+qalita-core = "^0.2.0"
 
 [build-system]
 requires = ["poetry-core"]
diff --git a/versioning_pack/pyproject.toml b/versioning_pack/pyproject.toml
index b87afb5..14d3ee8 100644
--- a/versioning_pack/pyproject.toml
+++ b/versioning_pack/pyproject.toml
@@ -14,7 +14,7 @@ lxml = "^4.9.3"
 pandas = "2.0.3"
 openpyxl = "^3.1.2"
 sqlalchemy = "^2.0.23"
-qalita-core = "^0.1.0"
+qalita-core = "^0.2.0"
 
 [build-system]
 requires = ["poetry-core"]