diff --git a/poetry.lock b/poetry.lock
index 85fc32c9f6df13eb424e4dcac07fe0329564eb50..222cda6d3f659dbd2ca6193c92e03dd9dc15b309 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
 
 [[package]]
 name = "aiohttp"
@@ -1050,12 +1050,12 @@ files = [
 
 [[package]]
 name = "schemas"
-version = "0.0.1.dev290+6a01cb0"
+version = "0.0.1.dev291+076290d"
 description = "Tools for checking if message fits expected format"
 optional = false
 python-versions = ">=3.10,<4.0"
 files = [
-    {file = "schemas-0.0.1.dev290+6a01cb0-py3-none-any.whl", hash = "sha256:af2562ec720b6ebf7939fce7f5979a7f850aaf4d6a71afe3fc5fbb91a4397e8a"},
+    {file = "schemas-0.0.1.dev291+076290d-py3-none-any.whl", hash = "sha256:ba1764c141d6790d535f743e7662191a673b3716f428dbe2e5c7f8aa7383e83a"},
 ]
 
 [package.dependencies]
@@ -1331,4 +1331,4 @@ multidict = ">=4.0"
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.10"
-content-hash = "c45330372353ec84e8bd6440722c1ffc3eadca9de66f36304570cb2d20821fd0"
+content-hash = "af9e386fd595a196ac11736bae738421c9de58a84a998e98bdb83919a3f3c6a9"
diff --git a/pyproject.toml b/pyproject.toml
index 86964e26ef7c05532aa709370e41a4942f751a83..3feda957337d39c6b14432cfba6dc1caf41b09af 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,7 +35,7 @@ httpx = { extras = ["http2"], version = "0.23.3" }
 requests = "2.27.1"
 aiohttp = "3.9.1"
 wax = "0.0.3a2.dev39+44db07f"
-schemas = "0.0.1.dev290+6a01cb0"
+schemas = "0.0.1.dev291+076290d"
 
 
 [tool.poetry.group.dev.dependencies]