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 1qnE0f-00AAm8-Lj for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:33 +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 1qnE0P-00HWFx-Sz for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:17 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qlSWV-003IHT-Sa for pgadmin-hackers@lists.postgresql.org; Wed, 27 Sep 2023 11:16:07 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qlSWQ-007sfa-M7 for pgadmin-hackers@lists.postgresql.org; Wed, 27 Sep 2023 11:16:07 +0000 Received: from github.com (hubbernetes-node-d78fc17.va3-iad.github.net [10.48.142.30]) by smtp.github.com (Postfix) with ESMTPA id 55482940C2B for ; Wed, 27 Sep 2023 04:16:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1695813361; bh=CbOXNDzzxRnZsHhJOFPjpMBXkY9QmDxYdu4zBaONtLc=; h=Date:From:To:Subject:From; b=G/X+9PU7CvtycQ5i/l9vwhDSZ62oYnffNNOOHc/iwGK2mREk6zaoT4+Im1ZDja924 r/v3eQv3aBQemXzcX+EwLfYf9roDo5ZzI5uxdVKKOAfAcONjS1U8IXzvbFzRI6f9Y/ 3pNXhg3E8etxiU/j5ry2Wx9NrQ1tjVCwY30P4xKM= Date: Wed, 27 Sep 2023 04:16:01 -0700 From: Yogesh Mahajan To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] f9bbad: Pin the cryptography version to fix PyO3 modules i... 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: f9bbadfc6a49ada0269dd5f36b8c0c84e1c9c766 https://github.com/pgadmin-org/pgadmin4/commit/f9bbadfc6a49ada0269dd5f36b8c0c84e1c9c766 Author: Yogesh Mahajan Date: 2023-09-27 (Wed, 27 Sep 2023) Changed paths: M requirements.txt Log Message: ----------- Pin the cryptography version to fix PyO3 modules initialisation error. #6718