We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94269ef commit 154c874Copy full SHA for 154c874
src/apify/_charging.py
@@ -356,8 +356,7 @@ async def _fetch_pricing_info(self) -> _FetchedPricingInfoDict:
356
if run is None:
357
raise RuntimeError('Actor run not found')
358
359
- run_dict = run.model_dump(by_alias=True)
360
- actor_run = run_validator.validate_python(run_dict)
+ actor_run = run_validator.validate_python(run)
361
362
if actor_run is None:
363
0 commit comments