diff --git a/docker.cabal b/docker.cabal
--- a/docker.cabal
+++ b/docker.cabal
@@ -1,5 +1,5 @@
 name:                docker
-version:             0.4.0.2
+version:             0.4.1.0
 synopsis:            An API client for docker written in Haskell
 description:         See API documentation below.
 homepage:            https://github.com/denibertovic/docker-hs
@@ -20,7 +20,7 @@
   exposed-modules:     Docker.Client, Docker.Client.Api, Docker.Client.Types, Docker.Client.Internal, Docker.Client.Http, Docker.Client.Utils
   -- other-modules:       Docker.Internal
   build-depends:       base >= 4.7 && < 5
-                     , aeson >= 0.9.0 && < 1.2.0
+                     , aeson >= 0.9.0 && < 1.3.0
                      , blaze-builder >= 0.4.0 && < 0.5.0
                      , bytestring >= 0.10.0 && < 0.11.0
                      , containers >= 0.5.0 && < 0.6.0
@@ -47,9 +47,9 @@
                      , mtl >= 2.0.0 && < 3.0.0
                      , network >= 2.6.0
                      , text >= 1.0.0 && < 2.0.0
-                     , time >= 1.5.0 && < 1.7.0
+                     , time >= 1.5.0 && < 1.9.0
                      , scientific >= 0.3.0 && < 0.4.0
-                     , tls >= 1.3.7 && < 1.4.0
+                     , tls >= 1.3.7 && < 1.5.0
                      , unordered-containers >= 0.2.0 && < 0.3.0
                      , x509 >= 1.6.0 && < 1.8.0
                      , x509-store >= 1.6.0 && < 1.8.0
