langflow/src
Gabriel Luiz Freitas Almeida 5be41ae13e
fix: make sure data is json serializable (#4269)
* Refactor `recursive_serialize_or_str` function into a separate module

- Moved the `recursive_serialize_or_str` function from `schema.py` to a new `serialize.py` module for better modularity and reusability.
- Updated imports in `data.py`, `artifact.py`, and `schema.py` to reflect the new location of the `recursive_serialize_or_str` function.
- Enhanced the `recursive_serialize_or_str` function to handle `datetime` objects by converting them to ISO format.

* Enhance data serialization with recursive handling in `to_json` method

---------

Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
2024-10-24 16:47:02 +00:00
..
backend fix: make sure data is json serializable (#4269) 2024-10-24 16:47:02 +00:00
frontend fix: correctly call the /variable endpoint after the user is authenticated (#4267) 2024-10-24 13:12:29 -03:00