diff --git a/pyproject.toml b/pyproject.toml
index 010630df7fdd5965e62faa8c94e199e3e61ee51e..7c83901b5a1a580d3dddd11300199a742580520d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "semantic-router"
-version = "0.0.2"
+version = "0.0.3"
 description = "Super fast semantic router for AI decision making"
 authors = [
     "James Briggs <james@aurelio.ai>",
@@ -10,8 +10,8 @@ authors = [
 readme = "README.md"
 
 [tool.poetry.dependencies]
-python = "^3.11"
-pydantic = "^2.4.2"
+python = "^3.10"
+pydantic = "^1.8.2"
 openai = "^0.28.1"
 cohere = "^4.32"