Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warning in ambit authentication #1

Open
DrunkenDuck opened this issue Aug 4, 2022 · 2 comments
Open

Deprecation warning in ambit authentication #1

DrunkenDuck opened this issue Aug 4, 2022 · 2 comments
Assignees

Comments

@DrunkenDuck
Copy link

Hi, there is a deprecation warning in the authentication module (aa.py, row 5)

FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead.

To fix this issue it is sufficient to replace:
from pandas.io.json import json_normalize
with:
from pandas import json_normalize

@BerenLuth
Copy link

Hi, same problem here when I try to use the pynanomapper package.

i notices that is has been fixed in c96eccc, two months ago, that's nice to see!

But the pip package is still outdated, the latest version is from May 23, 2022.

Is it possible to update it?

@kerberizer kerberizer self-assigned this Nov 20, 2023
@kerberizer
Copy link
Member

FWIW, we have a lot of changes in the latest version and we'll need some time to properly test them before making a new release on PyPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants