Skip to content

Commit

Permalink
update readme and setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Nara committed Dec 5, 2023
1 parent 2eb6d00 commit 8a2d3a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,5 @@ make example_auto_refresh BASE_URL=https://prod.uidapi.com AUTH_KEY=my-auth-key
### 2.2.0 (07/26/2023)
* Added support for /token/generate
* Added support for /token/refresh
### 2.2.1 (12/05/2023)
* Support for policy=0 will be removed soon
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools >= 40.9.0",
"setuptools == 68.2.2",
"wheel",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 8a2d3a5

Please sign in to comment.