Describe the solution you'd like
Update the following dependencies
Pandas (2.0)
Pydantic (2.0)
Additional context
Likely will need to review breaking and naming changes in these updates. Also considering maintaining code that can handle both versions (particularly challenging w/ Pydantic (but FastAPI is doing this).
Implementation checklist
[x] Pandas 2.0
[x] Consider changing to pyarrow backend for tables
[x] Version String (^2.x.x OR >= 1.x.x)
[x] Pydantic 2.0
[x] Consider locking pydantic 2.0 as min ver (^2.x.x).
[x] Update all model methods (model_*) we use internally
Describe the solution you'd like Update the following dependencies
Additional context Likely will need to review breaking and naming changes in these updates. Also considering maintaining code that can handle both versions (particularly challenging w/ Pydantic (but FastAPI is doing this).
Implementation checklist
model_*
) we use internally