Skip to content

Commit

Permalink
remove min_length constraint of 1 for task.url (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
wintonzheng authored Aug 29, 2024
1 parent 06daa98 commit 11811e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion skyvern/forge/sdk/schemas/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class TaskRequest(BaseModel):
)
url: str = Field(
...,
min_length=1,
description="Starting URL for the task.",
examples=["https://www.geico.com"],
)
Expand Down

0 comments on commit 11811e7

Please sign in to comment.