Skip to content

Commit 5a0ecfe

Browse files
committed
Release v0.1.5
1 parent 74d58df commit 5a0ecfe

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
22

3-
## v0.1.4
3+
## v0.1.5
44

55
-

pyproject.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
[project]
22
name = "webson"
3-
version = "v0.1.4"
3+
version = "v0.1.5"
44
description = "Turn any webpage into structured outputs!"
55
readme = "README.md"
66
requires-python = ">=3.13"
7-
dependencies = [
8-
"architecture>=0.5.44",
9-
"intellibricks>=0.7.24",
10-
"markdownify>=0.14.1",
11-
"msgspec>=0.19.0",
12-
"playwright>=1.49.1",
13-
"requests>=2.32.3",
14-
]
7+
dependencies = ["architecture>=0.5.44", "intellibricks>=0.7.24", "markdownify>=0.14.1", "msgspec>=0.19.0", "playwright>=1.49.1", "requests>=2.32.3"]
158

169
[[project.authors]]
1710
name = "Arthur Brenno"

0 commit comments

Comments
 (0)