You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TODO comment in the RocketSummary class (located in lib/views/rocket.py) mentions that the use of Any bypasses pydantic parsing and expects a dill binary object. This could lead to issues with data validation if not handled correctly. The expected data format should be properly handled to ensure compatibility with pydantic and avoid potential parsing issues.
Please address this TODO and ensure that the expected dill binary object format is correctly integrated into the class.
The TODO comment in the
RocketSummary
class (located inlib/views/rocket.py
) mentions that the use ofAny
bypasses pydantic parsing and expects a dill binary object. This could lead to issues with data validation if not handled correctly. The expected data format should be properly handled to ensure compatibility with pydantic and avoid potential parsing issues.Please address this TODO and ensure that the expected dill binary object format is correctly integrated into the class.
PR: #25
Comment: #25 (comment)
The text was updated successfully, but these errors were encountered: