Skip to content

Commit d3bd95f

Browse files
authored
Update To Support 0.23.4 (#109)
* Update admin_service.py update it to support 0.23.4 * Update README.md * Update README.md * Update pyproject.toml
1 parent 01cb7ca commit d3bd95f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pocketbase/services/admin_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def decode(self, data: dict[str, Any]) -> Admin:
2727
return Admin(data)
2828

2929
def base_crud_path(self) -> str:
30-
return "/api/admins"
30+
return "/api/collections/_superusers"
3131

3232
def update(
3333
self,

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
2-
name = "pocketbase"
2+
name = "vrcband-pocketbase"
33
version = "0.13.2"
44
description = "PocketBase SDK for python."
5-
authors = ["Vithor Jaeger <[email protected]>", "Max Amling <[email protected]>"]
5+
authors = ["Vithor Jaeger <[email protected]>", "Max Amling <[email protected]>, FTTristan <[email protected]>"]
66
readme = "README.md"
77
license = "MIT"
88
keywords = ["pocketbase", "sdk"]
9-
homepage = "https://github.com/vaphes/pocketbase"
10-
repository = "https://github.com/vaphes/pocketbase"
9+
homepage = "https://github.com/Fttristan/pocketbase"
10+
repository = "https://github.com/Fttristan/pocketbase"
1111
classifiers = [
1212
"Programming Language :: Python :: 3",
1313
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)