Skip to content

Commit 356c652

Browse files
committed
Remove webtypy from dependencies
1 parent 6a5b409 commit 356c652

15 files changed

Lines changed: 11 additions & 37 deletions

File tree

01-hello/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ version = "0.1.0"
44
description = "Python hello world worker"
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = [
8-
"webtypy>=0.1.7",
9-
]
7+
dependencies = []
108

119
[dependency-groups]
1210
dev = [

02-binding/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ version = "0.1.0"
44
description = "Python bindings example"
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = [
8-
"webtypy>=0.1.7",
9-
]
7+
dependencies = []
108

119
[dependency-groups]
1210
dev = [

03-fastapi/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description = "Python fastapi example"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"webtypy>=0.1.7",
98
"fastapi",
109
"markupsafe",
1110
"jinja2",

04-query-d1/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ version = "0.1.0"
44
description = "Python d1 example"
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = [
8-
"webtypy>=0.1.7",
9-
]
7+
dependencies = []
108

119
[dependency-groups]
1210
dev = [

05-langchain/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description = "Python langchain example"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"webtypy>=0.1.7",
98
"langchain_core",
109
"langchain_openai"
1110
]

06-assets/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ version = "0.1.0"
44
description = "Python assets handling example"
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = [
8-
"webtypy>=0.1.7",
9-
]
7+
dependencies = []
108

119
[dependency-groups]
1210
dev = [

07-durable-objects/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ version = "0.1.0"
44
description = "Python durable objects example"
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = [
8-
"webtypy>=0.1.7",
9-
]
7+
dependencies = []
108

119
[dependency-groups]
1210
dev = [

08-cron/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ version = "0.1.0"
44
description = "Python cron example"
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = [
8-
"webtypy>=0.1.7",
9-
]
7+
dependencies = []
108

119
[dependency-groups]
1210
dev = [

09-workers-ai/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ version = "0.1.0"
44
description = "Python AI example"
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = [
8-
"webtypy>=0.1.7",
9-
]
7+
dependencies = []
108

119
[dependency-groups]
1210
dev = [

10-workflows/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ version = "0.1.0"
44
description = "Python workflows example"
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = [
8-
"webtypy>=0.1.7",
9-
]
7+
dependencies = []
108

119
[dependency-groups]
1210
dev = [

0 commit comments

Comments
 (0)