Skip to content

Commit

Permalink
chore: update deprecated version #
Browse files Browse the repository at this point in the history
  • Loading branch information
jorwoods committed Jan 27, 2025
1 parent 80a38ff commit eeb53a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tableauserverclient/server/endpoint/users_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def add_all(self, users: list[UserItem]) -> tuple[list[UserItem], list[UserItem]
been deprecated in favor of using the bulk_add which accomplishes the
same task in one API call.
.. deprecated:: v0.34.0
.. deprecated:: v0.37.0
`add_all` will be removed as its functionality is replicated via
the `bulk_add` method.
Expand Down Expand Up @@ -496,7 +496,7 @@ def create_from_file(self, filepath: str) -> tuple[list[UserItem], list[tuple[Us
been deprecated in favor of using the bulk_add which accomplishes the
same task in one API call.
.. deprecated:: v0.34.0
.. deprecated:: v0.37.0
`add_all` will be removed as its functionality is replicated via
the `bulk_add` method.
Expand Down

0 comments on commit eeb53a5

Please sign in to comment.