netenglabs / suzieq

Using network observability to operate and design healthier networks
https://www.stardustsystems.net/
Apache License 2.0
780 stars 104 forks source link

Update pandas #869

Closed ddutt closed 1 year ago

ddutt commented 1 year ago

updated pandas to 1.4.4.

Proposed Release Note Entry

Updated pandas to 1.4.4 and pyarrow to 11.0.0.

claudious96 commented 1 year ago

poetry install fails because of package jellyfish. The 0.11.0 release was not pushed to PyPi, see the failed release action. We should set the dependency on nubia-cli by fixing the minor version.

ddutt commented 1 year ago

Yes, we're still using the python-nubia package in open source, and so I have to fix the dependency for now in our pyproject. worse, the maintainer of jellyfish doesn't seem to publish release notes or changelog.

poetry install fails because of package jellyfish. The 0.11.0 release was not pushed to PyPi, see the failed release action. We should set the dependency on nubia-cli by fixing the minor version.

claudious96 commented 1 year ago

Yes, we're still using the python-nubia package in open source, and so I have to fix the dependency for now in our pyproject. worse, the maintainer of jellyfish doesn't seem to publish release notes or changelog.

poetry install fails because of package jellyfish. The 0.11.0 release was not pushed to PyPi, see the failed release action. We should set the dependency on nubia-cli by fixing the minor version.

Giving it another look, that package version appears on PyPi but poetry (and pip) can't retrieve it. Maybe it's just a transient issue and tomorrow will be solved on PyPi's end?