when running data queries through the refinitiv_data package I'm getting the following errors:
refinitiv\data\_access_layer\_data_provider.py:317:FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_datetime without passing `errors` and catch exceptions explicitly instead
refinitiv\data\_tools\_dataframe.py:177:FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)`
Is it possible to get the code for these libraries debugged from the refinitiv end as opposed to having to debug each time the package is updated?