Can no longer use current pandas with flowmachine #4863
Labels
dependencies
Pull requests that update a dependency file
FlowDB
Issues related to FlowDB
FlowMachine
Issues related to FlowMachine
Pandas, as of now, requires sqlalchemy 1.4+, whereas we currently pin it to <1.4 because of the deprecation of the thread local execution strategy. We will need to deal with any issues caused by the deprecated thread local strategy, and unpin.
The text was updated successfully, but these errors were encountered: