Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 5f3965ff0a67c4cba38c72d0e9aa49960bb7bb8a
https://github.com/pgadmin-org/pgadmin4/commit/5f3965ff0a67c4cba38c72d0e9aa49960bb7bb8a
Author: Akshay Joshi <[email protected]>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M web/pgadmin/misc/bgprocess/process_executor.py
M web/pgadmin/misc/bgprocess/processes.py
M web/pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx
M web/pgadmin/utils/passexec.py
Log Message:
-----------
1) Replace utcnow() function with datetime.now(timezone.utc) as it is
deprecated from Python v3.12.
2) Correct the URL to log an issue in pgAdmin in the ERD tool script.