Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/akms/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
# rather than bytes, and every `fm.dump(post, f)` call site here opens its
# handle in binary mode, so 1.2.0 and 1.3.0 raise TypeError. Widen this
# bound only by porting the call sites.
"python-frontmatter>=1.1.0,<1.2",
"python-frontmatter>=1.1.0,<1.4",
]

# Optional extras. One consistent policy: each extra names the dependency set
Expand Down
2 changes: 1 addition & 1 deletion packages/akms_nodes_gen/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
# opens its handle in binary mode — raises TypeError. 1.2.0 and 1.3.0
# both fail 287 tests. Revisit by porting the dump call sites, not by
# widening this bound.
"python-frontmatter>=1.1.0,<1.2",
"python-frontmatter>=1.1.0,<1.4",
"pyyaml>=6.0.3,<7",
"fastapi>=0.141.1,<1",
"uvicorn[standard]>=0.32,<0.53",
Expand Down
Loading
Loading