2.7.0
(internal):
Improvement: The generator now outputs an exampleId
alongside each generated snippet so that we can correlate snippets with the relevant examples. This is useful for retrieving examples from Fern’s API and making sure that you can show multiple snippets in the generated docs.
2.6.0
(chore):
Support adding optional dependencies and extras to your generated pyproject.toml
.
What’s changed
- Improvement: Support adding optional dependencies and extras to your generated
pyproject.toml
. To use this configuration, please add the following:
2.5.7
(fix):
tests now carry a type annotation for expected_types
variable.