Skip to content

Commit

Permalink
fix: comment out pre-v2 Pydantic patch calls
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmx committed Jan 20, 2024
1 parent 6b851ac commit dfeae0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions projects/fal/src/fal/_serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import dill
from dill import _dill

from fal.toolkit import mainify

# each @fal.function gets added to this set so that we can
Expand Down Expand Up @@ -124,5 +125,5 @@ def patch_dill():
import dill

dill.settings["recurse"] = True
patch_pydantic_class_attributes()
patch_pydantic_field_serialization()
# patch_pydantic_class_attributes()
# patch_pydantic_field_serialization()

0 comments on commit dfeae0f

Please sign in to comment.