403 after token rotation

I recently deleted and created a new API token under my personal user, user settings due to token leakage. After doing that I am unable to call

weave.init("project")
weave_prompt = weave.StringPrompt(prompt)
weave.publish(weave_prompt, PROMPT_NAME)

I receive:

HTTPError: 403 Client Error: Forbidden for url: https://trace.wandb.ai/obj/create

I have tried:

  1. Deleting my netrc file
  2. Calling wandb login --relogin
  3. Creating a service account on the project and using that token

After doing that I still receive the same error