File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -385,8 +385,6 @@ func createAgent(ctx context.Context, cmd *cli.Command) error {
385385 return err
386386 }
387387
388- // TODO (steveyoon): disable check SDK version until we add support for uv and lockfile generation
389- // https://github.com/livekit/livekit-cli/pull/618/files
390388 if err := agentfs .CheckSDKVersion (workingDir , projectType , settingsMap ); err != nil {
391389 if cmd .Bool ("skip-sdk-check" ) {
392390 fmt .Printf ("Error checking SDK version: %v, skipping...\n " , err )
@@ -551,8 +549,6 @@ func deployAgent(ctx context.Context, cmd *cli.Command) error {
551549 return err
552550 }
553551
554- // TODO (steveyoon): disable check SDK version until we add support for uv and lockfile generation
555- // https://github.com/livekit/livekit-cli/pull/618/files
556552 if err := agentfs .CheckSDKVersion (workingDir , projectType , settingsMap ); err != nil {
557553 if cmd .Bool ("skip-sdk-check" ) {
558554 fmt .Printf ("Error checking SDK version: %v, skipping...\n " , err )
You can’t perform that action at this time.
0 commit comments