We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f6ff1 commit bd8e3b8Copy full SHA for bd8e3b8
1 file changed
tests/test_pydantic/test_field.py
@@ -76,4 +76,4 @@ def test_include_is_deprecated():
76
):
77
78
class Model(SQLModel):
79
- values: list[int] = Field(include=True)
+ values: list[int] = Field(include=True)
0 commit comments