File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " beam-client"
3
- version = " 0.2.93 "
3
+ version = " 0.2.94 "
4
4
description = " "
5
5
authors = [" beam.cloud <support@beam.cloud>" ]
6
6
packages = [
@@ -10,7 +10,7 @@ packages = [
10
10
11
11
[tool .poetry .dependencies ]
12
12
python = " ^3.8"
13
- beta9 = " ^ 0.1.93 "
13
+ beta9 = " 0.1.94 "
14
14
requests = " ^2.31.0"
15
15
websockets = " ^12.0"
16
16
Original file line number Diff line number Diff line change 3
3
from beta9 .abstractions .container import Container
4
4
from beta9 .abstractions .endpoint import ASGI as asgi
5
5
from beta9 .abstractions .endpoint import Endpoint as endpoint
6
+ from beta9 .abstractions .endpoint import RealtimeASGI as realtime
6
7
from beta9 .abstractions .function import Function as function
7
8
from beta9 .abstractions .function import Schedule as schedule
8
9
from beta9 .abstractions .image import Image
24
25
"function" ,
25
26
"endpoint" ,
26
27
"asgi" ,
28
+ "realtime" ,
27
29
"Container" ,
28
30
"env" ,
29
31
"PythonVersion" ,
You can’t perform that action at this time.
0 commit comments