diff --git a/snaplet-sqlite-simple.cabal b/snaplet-sqlite-simple.cabal
--- a/snaplet-sqlite-simple.cabal
+++ b/snaplet-sqlite-simple.cabal
@@ -1,5 +1,5 @@
 name:           snaplet-sqlite-simple
-version:        0.4.2
+version:        0.4.3
 synopsis:       sqlite-simple snaplet for the Snap Framework
 description:    This snaplet provides support for using the SQLite
                 database with a Snap Framework application via the
@@ -50,7 +50,7 @@
     aeson                      >= 0.6     && < 0.7,
     base                       >= 4       && < 5,
     bytestring                 >= 0.9.1   && < 0.11,
-    clientsession              >= 0.8     && < 0.9,
+    clientsession              >= 0.8     && < 0.10,
     configurator               >= 0.2     && < 0.3,
     MonadCatchIO-transformers  >= 0.3     && < 0.4,
     mtl                        >= 2       && < 3,
@@ -87,7 +87,7 @@
     containers                 >= 0.3,
     directory                  >= 1.0      && < 1.3,
     errors                     >= 1.3.1    && < 1.5,
-    lens                       >= 3.7.0.1  && < 3.9,
+    lens,
     mtl                        >= 2,
     snap-core,
     snap,
