Skip to content

Commit

Permalink
docs: rename lingering pydantic-factories to polyfactory
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Aug 10, 2023
1 parent ebed2d4 commit 426cab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litestar/openapi/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class OpenAPIConfig:
"""API version, e.g. '1.0.0'."""

create_examples: bool = field(default=False)
"""Generate examples using the pydantic-factories library."""
"""Generate examples using the polyfactory library."""
openapi_controller: type[OpenAPIController] = field(default_factory=lambda: OpenAPIController)
"""Controller for generating OpenAPI routes.
Expand Down

0 comments on commit 426cab8

Please sign in to comment.