Skip to content

Commit 5f26c34

Browse files
Sync monorepo state at "update sdk-python version to 1.8.0" (#111)
Syncing from userclouds/userclouds@a447bae7a54ce836882cde7f59fb13618ac44abb
1 parent 9cd2b8c commit 5f26c34

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## 1.8.0 - UNPUBLISHED
3+
## 1.8.0 - 19-07-2024
44

55
- Breaking change: Add "ending_before" argument to all paginated methods, add pagination to ExecuteAccessor, change "starting_after" and "ending_before" to be str instead of uuid
66
- Add the ability to cache the access token globally (in process) and share it across clients instances. Pass the optional `use_global_cache_for_token=true` to the client in order to enable.
7+
- Update tokenizer_sample.py to properly create test Transformer
78

89
## 1.7.0 - 09-05-2024
910

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "usercloudssdk"
9-
version = "1.7.0"
9+
version = "1.8.0"
1010
description = "Python SDK for UserClouds"
1111
authors = [{ name = "UserClouds", email = "[email protected]" }]
1212
classifiers = [

0 commit comments

Comments
 (0)