Skip to content

Commit

Permalink
push deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoaquim committed May 21, 2024
1 parent 271021b commit 95e8f45
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ async def us_yield_curve(
deprecated=True,
deprecation=OpenBBDeprecationWarning(
message="This endpoint will be removed in a future version. Use, `/fixedincome/government/yield_curve`, instead.",
since=(4, 1),
expected_removal=(4, 3),
since=(4, 2),
expected_removal=(4, 4),
),
examples=[
APIEx(parameters={"provider": "ecb"}),
Expand Down

0 comments on commit 95e8f45

Please sign in to comment.