From ad87d24edc9fc5be6553c5f7671a31f2ee91a111 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 21 Nov 2024 20:02:19 -0800 Subject: [PATCH] x --- docs/docs/contributing/how_to/integrations/publish.mdx | 5 +++-- .../contributing/how_to/integrations/standard_tests.ipynb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docs/contributing/how_to/integrations/publish.mdx b/docs/docs/contributing/how_to/integrations/publish.mdx index 120b7bd08ea..950305404b0 100644 --- a/docs/docs/contributing/how_to/integrations/publish.mdx +++ b/docs/docs/contributing/how_to/integrations/publish.mdx @@ -23,8 +23,9 @@ First, make sure you have a PyPi account and have logged in with Poetry: How to create a PyPi Token 1. Go to the [PyPi website](https://pypi.org/) and create an account. -2. Go to your account settings and enable 2FA. To generate an API token, you **must** have 2FA enabled currently. -3. Go to your account settings and [generate a new API token](https://pypi.org/manage/account/token/). +2. Verify your email address by clicking the link that PyPi emails to you. +3. Go to your account settings and click "Generate Recovery Codes" to enable 2FA. To generate an API token, you **must** have 2FA enabled currently. +4. Go to your account settings and [generate a new API token](https://pypi.org/manage/account/token/). diff --git a/docs/docs/contributing/how_to/integrations/standard_tests.ipynb b/docs/docs/contributing/how_to/integrations/standard_tests.ipynb index f73dbcf01df..8c1361eb349 100644 --- a/docs/docs/contributing/how_to/integrations/standard_tests.ipynb +++ b/docs/docs/contributing/how_to/integrations/standard_tests.ipynb @@ -200,7 +200,7 @@ "outputs": [], "source": [ "# title=\"tests/unit_tests/test_chat_models.py\"\n", - "from typing import Tuple, Type\n", + "from typing import Type\n", "\n", "from langchain_parrot_link.chat_models import ChatParrotLink\n", "from langchain_tests.unit_tests import ChatModelUnitTests\n",