You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix/NEXUS-777: Fix breaking change in upcoming unstructured-client
In the unreleased 0.30.0 of `unstructured-client`, handling of the `server_url` is changing. We need
to do this to integrate the platform API functions. Now, different parts of the SDK are talking to
different backend services, and so it's preferred that we set the `server_url` per endpoint.
Note that for compatibility with the current SDK, we need to strip the `/general/v0/general` path
off of the URL. We have logic to do this in the SDK, but in versions before 0.30.0 this doesn't take
effect when you pass the URL in the endpoint like this.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## 0.5.2-dev0
2
+
3
+
### Fixes
4
+
5
+
***Address forward compatibility issue in unstructured-client** - As of unstructured-client==0.30.0, the `server_url` is passed to the method rather than the client instance.
0 commit comments