From f2744f7669d146ed7e200f0d727d905c2d823931 Mon Sep 17 00:00:00 2001 From: Brian Gregg Date: Fri, 11 Sep 2026 11:26:43 -0400 Subject: [PATCH 1/2] Address Issue #19. --- scan-batch-dir | 2 -- 1 file changed, 2 deletions(-) diff --git a/scan-batch-dir b/scan-batch-dir index 1d4101d..a5e585b 100755 --- a/scan-batch-dir +++ b/scan-batch-dir @@ -18,8 +18,6 @@ import pandas as pd from google.oauth2 import service_account from googleapiclient.discovery import build -pd.set_option('future.no_silent_downcasting', True) - # Set the required minimum Python version. REQUIRED_MAJOR = 3 REQUIRED_MINOR = 12 From e46b3900a9ccaf0126e09ad07f08d06cd0782a64 Mon Sep 17 00:00:00 2001 From: Brian Gregg Date: Fri, 11 Sep 2026 11:49:36 -0400 Subject: [PATCH 2/2] Adjusting requirements.txt for Pandas 3.0.0 or greater. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 955b928..60bcf95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ PyYAML argparse openpyxl requests -pandas +pandas >= 3.0.0 google-auth google-auth-oauthlib google-api-python-client