Skip to content

Commit 2602120

Browse files
Update default version for lsproxy
1 parent a5d834a commit 2602120

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lsproxy/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

lsproxy/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)