File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ async def initialize_with_modal(
120120 git_token : Optional [str ] = None ,
121121 sha : Optional [str ] = None ,
122122 timeout : Optional [int ] = None ,
123- version : str = "0.3.3 " ,
123+ version : str = "0.3.5 " ,
124124 ) -> "AsyncLsproxy" :
125125 """Initialize lsproxy by starting a Modal sandbox with the server and connecting to it."""
126126 try :
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ def initialize_with_modal(
129129 git_token : Optional [str ] = None ,
130130 sha : Optional [str ] = None ,
131131 timeout : Optional [int ] = None ,
132- version : str = "0.3.3 " ,
132+ version : str = "0.3.5 " ,
133133 ) -> "Lsproxy" :
134134 """
135135 Initialize lsproxy by starting a Modal sandbox with the server and connecting to it.
You can’t perform that action at this time.
0 commit comments