Morph-data

Latest version: v0.3.0

Safety actively analyzes 722581 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.3.0

What's Changed

🚀 **New Features**

- **Enhanced File-Based Routing:** Now supports layout components and error components.
- **Expanded morph_project.yml Capabilities:** Allows specifying cloud deployment targets (AWS, GCP), memory, and CPU resources.
- **Default Dockerfile Deployment:** Supports deployments using a default Dockerfile template when no Dockerfile is present.
- **Streamlit Support:** Enables deployment of Streamlit apps via morph_project.yml alongside Morph framework applications.
- **Component Updates:**
- Split LLM component into [Chat](https://morph-components.vercel.app/docs/components/ai-components/chat) and [CanvasChat](https://morph-components.vercel.app/docs/components/ai-components/canvas-chat).
- Added new [Trigger](https://morph-components.vercel.app/docs/components/data-components/trigger) component.
- Added new [If](https://morph-components.vercel.app/docs/components/layout-components/if) component.
- Added new [Modal](https://morph-components.vercel.app/docs/components/layout-components/modal) component.

🔧 **Improvements**

- Added support for shadcn/ui-compatible UI library.
- Improved project structure allowing users to customize vite.config.ts.

🛠 **Maintenance**

- Added frontend build commands to the initial Dockerfile template.
- Updated morph_project.yml template (current version defined as `version: '1'`).
---

0.2.1

What’s changed

🛠 Maintenance

- Automatically generate a lock file immediately after running morph new when using uv or poetry.

Huge thanks to oginokairan for helping.

0.2.0

What’s changed

**🚀 New Features**

- Added uv as a package manager.

**🐛 Bug Fixes**

- Fixed code display in chat cell
- Fixed the display of compilation errors during chat execution.
- Fixed async function could not be used in Python functions.
- Fixed environment variables outside morph func were not updated when executing Python functions in a local environment.
- Fixed a bug where locally installed packages were mistakenly used in cloud environment.

**🔧 Improvements**

- Improve morph deploy: Prompt users to override environment variables
- Improved streaming functionality: Now possible to use yield [string] for streaming processing without the stream_chat function.
- Enhanced compilation logic to provide more detailed logs.

**🛠 Maintenance**

- Remove deprecated timezone manager functionality
- Removed access to the built-in database using the MORPH_BUILTIN_DB slug.
- Deprecated the result_cache_ttl mechanism and caching mechanism.
- Modified morph serve to output backend API specifications when executed.
- Update starter template.

Huge thanks to shibatanaoto KT83 tslcls oginokairan atsuki44 and tjyana for helping!

0.1.10

What's Changed

🐛 Bug Fixes

* Fixed morph deploy didn’t work on MacOS and Linux.

---

0.1.9

What’s changed

**🐛 Bug Fixes**

- Fixed an issue when passing State to loadData() and built-in components.
- Fixed an issue when passing State to <DataPicker/> and <DataRangePicker/>.
- Fix the styles of the `<Embed/>` component.
- Fixed `morph deploy` didn’t work on Windows.
- Fixed an issue where Plotly and Matplotlib charts did not render properly when using <Embed /> on Windows.

0.1.8

What’s changed

**🐛 Bug Fixes**

- Fixed an issue with streaming output in `<Chat />` and `<LLM />`.

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.