Fix openstacksdk version constraint
diff --git a/poetry.lock b/poetry.lock
index 61c01fa..89490c3 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -825,7 +825,7 @@
 
 [[package]]
 name = "openstacksdk"
-version = "0.103.0"
+version = "0.61.0"
 description = "An SDK for building applications to work with OpenStack"
 category = "main"
 optional = true
@@ -1581,7 +1581,7 @@
 [metadata]
 lock-version = "1.1"
 python-versions = "^3.10"
-content-hash = "ea6918532c497f47184907982ab02e01360dc9c956db64eca185eb248f647720"
+content-hash = "45488cd2ccc485ee7461be27f6183b90fdb595518f7bea48f302168b277747da"
 
 [metadata.files]
 aiohttp = [
@@ -2394,8 +2394,8 @@
     {file = "networkx-2.8.8.tar.gz", hash = "sha256:230d388117af870fce5647a3c52401fcf753e94720e6ea6b4197a5355648885e"},
 ]
 openstacksdk = [
-    {file = "openstacksdk-0.103.0-py3-none-any.whl", hash = "sha256:838486f47cf5a2b52c8bdfdc0b42b7203319deb2420ae208b8add3c02f9d62f4"},
-    {file = "openstacksdk-0.103.0.tar.gz", hash = "sha256:4f9f118986603967435f3976b3e059950a71bd8e41a8316cc8afb2d9668a0741"},
+    {file = "openstacksdk-0.61.0-py3-none-any.whl", hash = "sha256:9894d3d510563dcfc50c4755287dbfbf98def1f37caf2cfc15e9d0e1fd5d9a41"},
+    {file = "openstacksdk-0.61.0.tar.gz", hash = "sha256:3eed308871230f0c53a8f58b6c5a358b184080c6b2c6bc69ab088eea057aa127"},
 ]
 os-service-types = [
     {file = "os-service-types-1.7.0.tar.gz", hash = "sha256:31800299a82239363995b91f1ebf9106ac7758542a1e4ef6dc737a5932878c6c"},
diff --git a/pyproject.toml b/pyproject.toml
index 4c52d94..e5e5b1f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@
 tomli = { version = "^2.0.1", optional = true }
 jsonnet = { version = "^0.18.0", optional = true }
 kopf = { version = "^1.36.0", optional = true, extras = ["uvloop"] }
-openstacksdk = { version = "^0.103.0", optional = true }
+openstacksdk = { version = "<0.99.0", optional = true }
 certbuilder = { version = "^0.14.2", optional = true }
 "oslo.log" = "^5.0.2"
 "oslo.config" = "^9.0.0"