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
Alternatively, you can build from source and install the wheel file:
@@ -113,7 +113,7 @@ the changes aren't made through the automated pipeline, you may want to make rel
113
113
114
114
### Publish with a GitHub workflow
115
115
116
-
You can release to package managers by using [the `Publish PyPI` GitHub action](https://www.github.com/brand-dot-dev/context-python-sdk/actions/workflows/publish-pypi.yml). This requires a setup organization or repository secret to be set up.
116
+
You can release to package managers by using [the `Publish PyPI` GitHub action](https://www.github.com/context-dot-dev/python-sdk/actions/workflows/publish-pypi.yml). This requires a setup organization or repository secret to be set up.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,9 +283,9 @@ brand = response.parse() # get the object that `brand.retrieve()` would have re
283
283
print(brand.brand)
284
284
```
285
285
286
-
These methods return an [`APIResponse`](https://github.com/brand-dot-dev/context-python-sdk/tree/main/src/context/dev/_response.py) object.
286
+
These methods return an [`APIResponse`](https://github.com/context-dot-dev/python-sdk/tree/main/src/context/dev/_response.py) object.
287
287
288
-
The async client returns an [`AsyncAPIResponse`](https://github.com/brand-dot-dev/context-python-sdk/tree/main/src/context/dev/_response.py) with the same structure, the only difference being `await`able methods for reading the response content.
288
+
The async client returns an [`AsyncAPIResponse`](https://github.com/context-dot-dev/python-sdk/tree/main/src/context/dev/_response.py) with the same structure, the only difference being `await`able methods for reading the response content.
289
289
290
290
#### `.with_streaming_response`
291
291
@@ -391,7 +391,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
391
391
392
392
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
393
393
394
-
We are keen for your feedback; please open an [issue](https://www.github.com/brand-dot-dev/context-python-sdk/issues) with questions, bugs, or suggestions.
394
+
We are keen for your feedback; please open an [issue](https://www.github.com/context-dot-dev/python-sdk/issues) with questions, bugs, or suggestions.
0 commit comments