File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies = [
1717 " google-auth==2.38.0" ,
1818 " google-cloud-storage==3.0.0" ,
1919 " google-cloud-secret-manager==2.23.0" ,
20- " futurehouse-client==0.3.18.dev102 " ,
20+ " futurehouse-client==0.3.18" ,
2121 " jupyter==1.1.1" ,
2222 " nbconvert==7.16.6" ,
2323 " notebook==7.3.2" ,
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ class Tortoise:
103103 def __init__ (self , api_key : str ):
104104 """Initialize the tortoise framework with FutureHouse API key."""
105105 self .client = FutureHouseClient (
106- auth_type = AuthType .API_KEY , api_key = api_key , verbose = True
106+ auth_type = AuthType .API_KEY , api_key = api_key , verbose_logging = True
107107 )
108108 self .steps : list [Step ] = []
109109 self .results : dict [str , Any ] = {}
You can’t perform that action at this time.
0 commit comments