Skip to content

Commit 9eb6d21

Browse files
committed
Bump fh client
1 parent 1942958 commit 9eb6d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

src/fhda/tortoise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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] = {}

0 commit comments

Comments
 (0)