diff --git a/intelli-monad.cabal b/intelli-monad.cabal
--- a/intelli-monad.cabal
+++ b/intelli-monad.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               intelli-monad
-version:            0.1.1.0
+version:            0.1.1.1
 synopsis:           Type level prompt with LLMs via louter.
 description:        Type level prompt with LLMs via louter. This allows us to define function calls and value validation using types.
 homepage:           https://github.com/junjihashimoto/intelli-monad
@@ -59,7 +59,7 @@
     -- Other library packages from which modules are imported.
     build-depends:    base >= 4.0 && < 5.0
                     , JuicyPixels >= 3.3.8 && < 3.4
-                    , bytestring >= 0.11.5 && < 0.13
+                    , bytestring >= 0.11.5 && < 1.0
                     , containers >= 0.6.7 && < 0.7
                     , transformers >= 0.6.1 && < 0.7
                     , vector >= 0.13.1 && < 0.14
