Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qWYPY-003d5U-Go for pgadmin-hackers@arkaria.postgresql.org; Thu, 17 Aug 2023 08:31:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qWYPW-00FEnx-N1 for pgadmin-hackers@arkaria.postgresql.org; Thu, 17 Aug 2023 08:31:18 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qWYPW-00FEnE-Et for pgadmin-hackers@lists.postgresql.org; Thu, 17 Aug 2023 08:31:18 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qWYPP-000atc-BP for pgadmin-hackers@lists.postgresql.org; Thu, 17 Aug 2023 08:31:17 +0000 Received: from github.com (hubbernetes-node-3a8d49a.va3-iad.github.net [10.48.132.32]) by smtp.github.com (Postfix) with ESMTPA id 164E08C1114 for ; Thu, 17 Aug 2023 01:31:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1692261070; bh=d+MQkC/IJj4qFo6STA9W5Tga348GbiQ4yoFTo5zzOmA=; h=Date:From:To:Subject:From; b=jfc3SkBESqvUv+G8tNr4fY+gV0VkSrlmYrFx0Yt3B+SbNtuQ6dewNxt4nQ+u/xU9W lFjS9hNEJeL4/Li4BM+NOchiM8RFChc5Nlzki43Xt02PbYYAFgtQM/xwF18QspxYjL C7Sz1TzgBkAqaeNUAq9wj1a4ZhBAZjhjF4NyQ9y4= Date: Thu, 17 Aug 2023 01:31:10 -0700 From: Yogesh Mahajan To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] e2f32c: Fix doc build failure due to SQLAlchemy changes. #... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: e2f32c0984a96e36203ea5971dd28ccd1be6d17e https://github.com/pgadmin-org/pgadmin4/commit/e2f32c0984a96e36203ea5971dd28ccd1be6d17e Author: Yogesh Mahajan Date: 2023-08-17 (Thu, 17 Aug 2023) Changed paths: M docs/en_US/build_code_snippet.py M pkg/pip/setup_pip.py Log Message: ----------- Fix doc build failure due to SQLAlchemy changes. #6208