Skip to content

Commit

Permalink
Revert change to defer building the server-side version of `PrefectBa…
Browse files Browse the repository at this point in the history
…seModel` (#15072)
  • Loading branch information
desertaxle authored Aug 26, 2024
1 parent 491af65 commit b884702
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/prefect/server/utilities/schemas/bases.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ class PrefectBaseModel(BaseModel):

model_config = ConfigDict(
ser_json_timedelta="float",
experimental_defer_build_mode=("model", "type_adapter"),
defer_build=True,
extra=(
"ignore"
if os.getenv("PREFECT_TEST_MODE", "0").lower() not in ["true", "1"]
Expand Down

0 comments on commit b884702

Please sign in to comment.