machinaos 0.0.16 → 0.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-flow-client",
3
3
  "private": true,
4
- "version": "0.0.16",
4
+ "version": "0.0.17",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "start": "vite --host 0.0.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "machinaos",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "Open source workflow automation platform with AI agents, React Flow, and n8n-inspired architecture",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -13,6 +13,7 @@ dependencies = [
13
13
  # Database
14
14
  "sqlmodel>=0.0.22",
15
15
  "aiosqlite>=0.20.0",
16
+ "greenlet>=3.0.0", # Required by SQLAlchemy asyncio on macOS ARM64
16
17
 
17
18
  # HTTP/WebSocket
18
19
  "httpx>=0.28.0",
@@ -10,6 +10,7 @@ orjson>=3.10.0
10
10
  sqlmodel>=0.0.18
11
11
  sqlalchemy[asyncio]>=2.0.35
12
12
  aiosqlite>=0.20.0
13
+ greenlet>=3.0.0 # Required by SQLAlchemy asyncio on some platforms
13
14
 
14
15
  # Settings & Configuration
15
16
  pydantic>=2.6.0