Skip to content

Commit 7e6bd45

Browse files
mishig25claude
andauthored
Add tomli to openenv real doc-build deps (#803)
openenv.cli.importers falls back to `import tomli as tomllib` on Python < 3.11, which is what the shared workflow runners use. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent e60a538 commit 7e6bd45

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/doc_builder/mock_deps/openenv.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ real:requests
1111
real:pydantic
1212
real:aiohttp
1313
real:typer
14+
real:tomli # py<3.11 fallback for tomllib in openenv.cli.importers

0 commit comments

Comments
 (0)