From 9329dda9c4e3bbf6c4ebde09e666fb4d46c89d54 Mon Sep 17 00:00:00 2001 From: adeelehsan Date: Thu, 16 Apr 2026 20:49:04 +0500 Subject: [PATCH] Remove base_client.py from .fernignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fern now supports api_key as a native auth scheme via the `auth: any` config (docs PR #565). This means base_client.py no longer needs custom code for api_key-only authentication — Fern will generate it natively. After the docs PR is merged and Fern regenerates, base_client.py will include both OAuth and ApiKey auth paths out of the box. Co-Authored-By: Claude Opus 4.6 (1M context) --- .fernignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fernignore b/.fernignore index ea72b31..3aa1b16 100644 --- a/.fernignore +++ b/.fernignore @@ -4,7 +4,7 @@ .github/ISSUE_TEMPLATE/ src/vectara/client.py -src/vectara/base_client.py # custom api_key auth path added +# src/vectara/base_client.py — Fern now generates api_key auth natively (auth: any config) src/vectara/auth/client.py src/vectara/config/