Skip to content

Add missing tabulate dependency - #1

Merged
mlhamel merged 1 commit into
mainfrom
fix/add-tabulate-dependency
Mar 4, 2026
Merged

Add missing tabulate dependency#1
mlhamel merged 1 commit into
mainfrom
fix/add-tabulate-dependency

Conversation

@mlhamel

@mlhamel mlhamel commented Mar 4, 2026

Copy link
Copy Markdown
Owner

Summary

The benchmark code block in content/blog/first-post/index.md (block 6) imports tabulate for formatting benchmark results, but tabulate was not listed in pyproject.toml dependencies.

This caused test_markdown_code_block[first-post-block-6] to fail with:

ModuleNotFoundError: No module named 'tabulate'

Fix

Added tabulate to the project's dependencies in pyproject.toml and updated uv.lock.

This PR was generated with Oz.

The benchmark code block in first-post imports tabulate but it was
missing from pyproject.toml, causing test_markdown_code_block[first-post-block-6]
to fail with ModuleNotFoundError.

Co-Authored-By: Oz <oz-agent@warp.dev>
@mlhamel
mlhamel merged commit 48e8692 into main Mar 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant