rittmananalytics / droughty

Droughty helps keep your workflow dry
https://droughty.readthedocs.io/en/latest/
MIT License
62 stars 6 forks source link

Fix version number in pyproject.toml to match release #67

Closed pnchkirr closed 10 months ago

pnchkirr commented 10 months ago

This PR updates the version number in the pyproject.toml file of the droughty project to match the latest release version (0.10.4).

Context

The recent update to pyarrow version 14.0.1 in droughty was not reflected correctly due to the version in pyproject.toml remaining at 0.10.2. This discrepancy causes issues when installing the package, leading to the continued use of the older pyarrow version.

Change

This change ensures that users installing droughty get the correct version with the updated and secure pyarrow dependency.