Summary
There is a known issue where a segmentation fault occurs when processing CSV files containing specific values using pandas 2.3.3.
Ref: pandas-dev/pandas#62617
Problem
While this issue can be bypassed by either upgrading to pandas 3.x or downgrading to 2.3.2 , cliboa currently pins the pandas dependency specifically to 2.3.3. As a result, users are currently unable to apply these workarounds.
Proposed Solution
Support pandas 2.3.2 as a compatible dependency (e.g., >= 2.3.2, <= 2.3.3 or >= 2.3.2, < 3.0.0) so users can downgrade to avoid the segmentation fault.
Summary
There is a known issue where a segmentation fault occurs when processing CSV files containing specific values using pandas 2.3.3.
Ref: pandas-dev/pandas#62617
Problem
While this issue can be bypassed by either upgrading to pandas 3.x or downgrading to
2.3.2, cliboa currently pins the pandas dependency specifically to2.3.3. As a result, users are currently unable to apply these workarounds.Proposed Solution
Support pandas
2.3.2as a compatible dependency (e.g.,>= 2.3.2, <= 2.3.3or>= 2.3.2, < 3.0.0) so users can downgrade to avoid the segmentation fault.