You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrading geopandas from v0.14.3 to v1.0.1 introduced the following (in v1.0.0), requiring some fixes in our repo:
Backwards incompatible API changes:
The sjoin method will now preserve the name of the index of the right
GeoDataFrame, if it has one, instead of always using "index_right" as the
name for the resulting column in the return value.
We are close to merging PR 1217, which updates OpenJDK, adds some new packages and updates others.
Some of the notable upgrades in 1217, is numba, numpy and xarray. For 1217, those packages have been tested heaviliy and are just fine.
However, a run of
pipenv check
which reveals vulnerabilities found:aiobotocore
fiona
jinja2
pyogrio
pyproj
rasterio
It would also be wise to look into other major packages in our use such as pandas, geopandas, pyarrow, and shapely
Please wait until PR 1217 is merged before addressing these. I don't believe they are urgent but keep on the radar.
Update: Aug 9, 2024
Please update boto3 as well. :) Updating boto3 will likely fix aiobotocore above, but not sure.
The text was updated successfully, but these errors were encountered: