Skip to content

Commit 8a2d3a5

Browse files
committed
update readme and setuptools version
1 parent 2eb6d00 commit 8a2d3a5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,5 @@ make example_auto_refresh BASE_URL=https://prod.uidapi.com AUTH_KEY=my-auth-key
175175
### 2.2.0 (07/26/2023)
176176
* Added support for /token/generate
177177
* Added support for /token/refresh
178+
### 2.2.1 (12/05/2023)
179+
* Support for policy=0 will be removed soon

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools >= 40.9.0",
3+
"setuptools == 68.2.2",
44
"wheel",
55
]
66
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)