#2551 upgrade ray to >2.9 and resolve logging error in db client
This commit is contained in:
@@ -39,7 +39,7 @@ dependencies = [
|
||||
"tensorflow==2.12.0",
|
||||
"typer[all]==0.9.0",
|
||||
"pydantic==2.7.0",
|
||||
"ray[rllib] == 2.8.0, < 3",
|
||||
"ray[rllib] >= 2.9, < 3",
|
||||
"ipywidgets"
|
||||
]
|
||||
|
||||
|
||||
@@ -236,7 +236,7 @@ class DatabaseClient(Application):
|
||||
|
||||
if not connection_id:
|
||||
msg = "Cannot run sql query, could not establish connection with the server."
|
||||
self.parent.sys_log(msg)
|
||||
self.parent.sys_log.error(msg)
|
||||
return False
|
||||
|
||||
uuid = str(uuid4())
|
||||
|
||||
Reference in New Issue
Block a user