Skip to content

Commit e7f7365

Browse files
authored
Bump writer-sdk Dependency Version (#1006)
This PR bumps the `writer-sdk` version to `2.1.0` to solve the following error, which has recently appeared. ``` Traceback (most recent call last): .... File ".../gorilla/berkeley-function-call-leaderboard/bfcl/model_handler/api_inference/writer.py", line 13, in __init__ self.client = Writer(api_key=os.getenv("WRITER_API_KEY")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/anaconda3/lib/python3.11/site-packages/writerai/_client.py", line 102, in __init__ super().__init__( File "/opt/anaconda3/lib/python3.11/site-packages/writerai/_base_client.py", line 858, in __init__ self._client = http_client or SyncHttpxClientWrapper( ^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/anaconda3/lib/python3.11/site-packages/writerai/_base_client.py", line 756, in __init__ super().__init__(**kwargs) TypeError: Client.__init__() got an unexpected keyword argument 'proxies' ```
1 parent 1dedb82 commit e7f7365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

berkeley-function-call-leaderboard/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"google-cloud-aiplatform==1.84.0",
3333
"mpmath==1.3.0",
3434
"tenacity==9.0.0",
35-
"writer-sdk>=1.2.0",
35+
"writer-sdk>=2.1.0",
3636
"overrides",
3737
"boto3"
3838
]

0 commit comments

Comments
 (0)