-
I'm trying to follow the example here to implement a save method in a Django model that will fetch a user's DID when given their handle. But even though atproto is installed in my venv (and working with Flask), I get this error when I try to run the Django devel server:
Not sure if I'm just overlooking somethig obvious. |
Beta Was this translation helpful? Give feedback.
Answered by
MarshalX
Jan 12, 2024
Replies: 1 comment 1 reply
-
The minimum required version for the identity module is 0.0.36. what is your atproto SDK version? pls show the output of to update SDK use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
venteto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The minimum required version for the identity module is 0.0.36. what is your atproto SDK version? pls show the output of
pip show atproto
to update SDK use
pip install -U atproto