Skip to content

Commit

Permalink
Fix deprecation: since 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mkelley committed Sep 6, 2024
1 parent 258f945 commit f29553a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astroquery/mpc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ def _args_to_ephemeris_payload(self, **kwargs):
return request_args

@class_or_instance
@deprecated_renamed_argument("get_raw_response", None, since="0.4.9",
@deprecated_renamed_argument("get_raw_response", None, since="0.4.8",
alternative="async methods")
def get_observations_async(self, targetid, *,
id_type=None,
Expand All @@ -777,7 +777,7 @@ def get_observations_async(self, targetid, *,
from the `Minor Planet Center observations database
<https://minorplanetcenter.net/db_search>`_.
.. deprecated:: 0.4.9
.. deprecated:: 0.4.8
The ``get_raw_response`` keyword argument is deprecated. The
`~MPCClass.get_observations_async` method will return a raw response.
Expand Down

0 comments on commit f29553a

Please sign in to comment.