langflow/src/backend/base
anovazzi1 907d9929e4
Fix: prevent infinity bug on agent (#4876)
* Fix error handling and logging in build_flow function

* Refactor: Update serialize_field function in utils.py

This commit refactors the serialize_field function in utils.py to handle additional data types. It now properly serializes BaseModel objects and dictionaries by recursively calling the serialize_field function on their values. Additionally, it ensures that all other data types are converted to strings before returning.

#4873

* update serialize
2024-11-26 21:48:00 +00:00
..
langflow Fix: prevent infinity bug on agent (#4876) 2024-11-26 21:48:00 +00:00
pyproject.toml adding ability for APIRequest to retry and save to a file (#4677) 2024-11-25 19:58:48 -08:00
README.md 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
uv.lock chore: uv to replace poetry (#3900) 2024-09-25 13:40:30 -07:00