Skip to content

Commit bd0d055

Browse files
committed
deprecate volatility service
1 parent f262bd3 commit bd0d055

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v1.16.2
2+
- Deprecate `volatility` endpoints.
3+
14
### v1.16.1
25
- Fix bug in auto pagination logic
36

parcllabs/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.16.1"
1+
VERSION = "1.16.2"

parcllabs/parcllabs_client.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ def _create_price_feed_services(self) -> ServiceGroup:
8686
"post_url": "/v1/price_feed/price_feed",
8787
"service_class": ParclLabsService,
8888
},
89-
"volatility": {
90-
"url": "/v1/price_feed/{parcl_id}/volatility",
91-
"post_url": "/v1/price_feed/volatility",
92-
"service_class": ParclLabsService,
93-
},
9489
"rental_price_feed": {
9590
"url": "/v1/price_feed/{parcl_id}/rental_price_feed",
9691
"post_url": "/v1/price_feed/rental_price_feed",

scripts/sdk_post_latency.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,6 @@ def main() -> None:
162162
auto_paginate=True,
163163
)
164164

165-
profile_api_call(
166-
"Retrieve Price Feed Volatility",
167-
client.price_feed.volatility,
168-
output_file,
169-
parcl_ids=pricefeed_ids,
170-
start_date=start_date,
171-
end_date=end_date,
172-
auto_paginate=True,
173-
)
174-
175165
start_date = "2023-04-01"
176166
end_date = "2024-08-01"
177167
limit = 10000

0 commit comments

Comments
 (0)