diff --git a/pyproject.toml b/pyproject.toml
index 54d3b272..a80d5b96 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,7 +36,7 @@ include=[
 [tool.poetry.dependencies]
 python = ">=3.8,<4.0"
 redis = ">=3.5.3,<5.0.0"
-pydantic = ">=1.10.2,<2.1.0"
+pydantic = ">=1.10.2,<2.4.0"
 click = "^8.0.1"
 types-redis = ">=3.5.9,<5.0.0"
 python-ulid = "^1.0.3"