diff --git a/pandoc-server.cabal b/pandoc-server.cabal
--- a/pandoc-server.cabal
+++ b/pandoc-server.cabal
@@ -1,6 +1,6 @@
 cabal-version:   2.4
 name:            pandoc-server
-version:         0.1.2
+version:         0.1.3
 build-type:      Simple
 license:         GPL-2.0-or-later
 license-file:    COPYING.md
@@ -49,10 +49,10 @@
 
 library
   import:        common-options
-  build-depends: pandoc                >= 3.9      && < 3.10,
+  build-depends: pandoc                >= 3.10      && < 3.11,
                  pandoc-types          >= 1.22     && < 1.24,
                  containers            >= 0.6.0.1  && < 0.9,
-                 aeson                 >= 2.0      && < 2.3,
+                 aeson                 >= 2.0      && < 2.4,
                  bytestring            >= 0.9      && < 0.13,
                  base64-bytestring     >= 0.1      && < 1.3,
                  doctemplates          >= 0.11     && < 0.12,
diff --git a/src/Text/Pandoc/Server.hs b/src/Text/Pandoc/Server.hs
--- a/src/Text/Pandoc/Server.hs
+++ b/src/Text/Pandoc/Server.hs
@@ -304,6 +304,7 @@
                             optDefaultImageExtension opts
                         , readerTrackChanges = optTrackChanges opts
                         , readerStripComments = optStripComments opts
+                        , readerTypstInputs = optTypstInputs opts
                         }
 
     let writeropts = WriterOptions
