Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel <[email protected]>
  • Loading branch information
rreinoldsc and Kilo59 authored Sep 19, 2024
1 parent 7eb605a commit 7734c42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,9 @@ runtime-evaluated-base-classes = [
"great_expectations.datasource.fluent.fluent_base_model.FluentBaseModel",
"great_expectations.datasource.fluent.interfaces.Datasource",
"great_expectations.datasource.fluent.sql_datasource.SQLDatasource",
"great_expectations.expectations.window.Window"
"great_expectations.compatibility.pydantic.BaseModel",
"pydantic.v1.BaseModel",
"great_expectations.expectations.Expectation",
]
runtime-evaluated-decorators = ["pydantic.dataclasses.dataclass"]

Expand Down

0 comments on commit 7734c42

Please sign in to comment.