diff --git a/ory-kratos.cabal b/ory-kratos.cabal
--- a/ory-kratos.cabal
+++ b/ory-kratos.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name:          ory-kratos
-version:       0.0.7.0
+version:       0.0.7.1
 synopsis:      API bindings for Ory Kratos
 description:   API bindings for ory-kratos 0.10.1
 homepage:      https://github.com/njaremko/ory-kratos-haskell-sdk
@@ -41,22 +41,22 @@
                       base                          >= 4.14 && < 4.17,
                       containers                    >= 0.6.5 && < 0.7,
                       mtl                           >= 2.2.2 && < 2.3,
-                      transformers                  >= 0.5.6 && < 0.6,
-                      text                          >= 1.2.5 && < 1.3,
-                      time                          >= 1.11.1 && < 1.12,
+                      transformers                  >= 0.5.6 && < 0.7,
+                      text                          >= 1.2.5 && < 2.1,
+                      time                          >= 1.10 && < 1.14,
                       exceptions                    >= 0.10.4 && < 0.11,
                       http-api-data                 >= 0.4.3 && < 0.5,
                       http-types                    >= 0.12.3 && < 0.13,
                       http-client                   >= 0.7.11 && < 0.8,
                       network-uri                   >= 2.6.4 && < 2.7,
-                      http-client-tls               >= 0.3.6 && < 0.4,
-                      servant                       >= 0.19 && < 0.20,
-                      servant-client                >= 0.19 && < 0.20,
-                      servant-client-core           >= 0.19 && < 0.20,
-                      servant-server                >= 0.19.1 && < 0.20,
+                      http-client-tls               >= 0.3.0 && < 0.4,
+                      servant                       >= 0.18 && < 0.20,
+                      servant-client                >= 0.18 && < 0.20,
+                      servant-client-core           >= 0.18 && < 0.20,
+                      servant-server                >= 0.18 && < 0.20,
                       wai                           >= 3.2.3 && < 3.3,
-                      warp                          >= 3.3.21 && < 3.4,
-                      swagger2                      >= 2.8.2 && < 2.9,
+                      warp                          >= 3.3 && < 3.4,
+                      swagger2                      >= 2.6 && < 2.9,
                       uuid                          >= 1.3.15 && < 1.4,
   default-language:    Haskell2010
   default-extensions:  ApplicativeDo RecordWildCards ViewPatterns DeriveDataTypeable BangPatterns ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable DerivingStrategies DuplicateRecordFields EmptyCase ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings PatternSynonyms RankNTypes ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators
