Skip to content

Commit e09a2b9

Browse files
[python] Expand the code node whitelist (#154)
1 parent 4a0111f commit e09a2b9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

framework/fel/python/plugins/builtins/fit_py_code_node_tools/conf/application.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ code:
88
- 'asyncio'
99
- 'json'
1010
- 'typing'
11+
- 'pandas'
12+
- 'numpy'
13+
- 're'
14+
- 'requests'
15+
- 'httpx'
16+
- 'datetime'
17+
- 'time'
18+
- 'base64'
19+
- 'hashlib'
1120
blacklist:
1221
- 'os'
1322
- 'sys'
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
pydantic==2.6.3
2-
psutil==6.1.1
2+
psutil==6.1.1
3+
httpx
4+
pandas

0 commit comments

Comments
 (0)