srijanpatel
srijanpatel
## Support for Windows PySpur currently hasn't been thoroughly tested on Windows and may not work perfectly—or at all—on that platform due to limited bandwidth on our end. We invite...
This pull request introduces several changes to the `workflow_executor.py` file in the `backend/pyspur/execution` directory. The primary focus of these changes is to refactor the code to use `BaseModel` from `pydantic`...
This pull request includes changes to the `backend/pyspur/api/workflow_run.py` file to improve the handling of node outputs in workflow runs. The primary focus is on refactoring the code to use a...