From 586abead8e4844309ac088e648d8ac1cc4b44c4d Mon Sep 17 00:00:00 2001
From: Kye Gomez <kye@swarms.world>
Date: Fri, 14 Feb 2025 10:48:46 -0800
Subject: [PATCH] cleanup

---
 pyproject.toml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index a90f7ab8..8458f40f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
 
 [tool.poetry]
 name = "swarms"
-version = "7.2.0"
+version = "7.2.2"
 description = "Swarms - TGSC"
 license = "MIT"
 authors = ["Kye Gomez <kye@apac.ai>"]
@@ -70,7 +70,6 @@ psutil = "*"
 python-dotenv = "*"
 PyYAML = "*"
 docstring_parser = "0.16" # TODO:
-tiktoken = "*"
 networkx = "*"
 aiofiles = "*"
 rich = "*"