mirror of
https://github.com/langgenius/dify.git
synced 2026-02-23 11:27:57 +08:00
Enhanced the BaseRequest class to include optional timeout and raise_for_status parameters for improved request handling. Updated the EnterpriseService to utilize these new options during account addition to the default workspace, ensuring better control over request behavior. Additionally, modified unit tests to reflect these changes.