Skip to content

Commit cfc4b1c

Browse files
committed
chore: update deprecated version #
1 parent 20d9169 commit cfc4b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tableauserverclient/server/endpoint/users_endpoint.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def add_all(self, users: list[UserItem]) -> tuple[list[UserItem], list[UserItem]
355355
been deprecated in favor of using the bulk_add which accomplishes the
356356
same task in one API call.
357357
358-
.. deprecated:: v0.34.0
358+
.. deprecated:: v0.37.0
359359
`add_all` will be removed as its functionality is replicated via
360360
the `bulk_add` method.
361361
@@ -496,7 +496,7 @@ def create_from_file(self, filepath: str) -> tuple[list[UserItem], list[tuple[Us
496496
been deprecated in favor of using the bulk_add which accomplishes the
497497
same task in one API call.
498498
499-
.. deprecated:: v0.34.0
499+
.. deprecated:: v0.37.0
500500
`add_all` will be removed as its functionality is replicated via
501501
the `bulk_add` method.
502502

0 commit comments

Comments
 (0)