Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into jacob/rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbandes committed May 21, 2024
2 parents 3b7e41e + b003040 commit a9b58b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions foxglove/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ def _download_stream_with_progress(

class Client:
def __init__(self, token: str, host: str = "api.foxglove.dev"):
warnings.warn(
"The `foxglove-data-platform` package has been renamed to `foxglove-client`."
+ " Please migrate to `foxglove-client` to receive future updates.",
DeprecationWarning,
)
self.__token = token
self.__headers = {
"Content-type": "application/json",
Expand Down

0 comments on commit a9b58b4

Please sign in to comment.