Skip to content

Commit 3f7f572

Browse files
Update azure-core version to 1.31.0
1 parent 74b0d97 commit 3f7f572

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# === FABRIC DEPLOYMENT SCRIPTS (infra/scripts/fabric/) ===
55
# Used by: deploy_fabric_rti.py, fabric_*.py files for Microsoft Fabric configuration deployment
66
azure-identity==1.25.1 # Authentication for Azure services (fabric_api.py, fabric_database.py, fabric_data_ingester.py, fabric_event_hub.py)
7-
azure-core==1.30.0 # Core Azure SDK functionality (fabric_api.py, graph_api.py)
7+
azure-core==1.31.0 # Core Azure SDK functionality (fabric_api.py, graph_api.py)
88
azure-storage-file-datalake==12.14.0 # OneLake operations and Data Lake Storage (fabric_api.py)
99
azure-mgmt-eventhub==11.2.0 # Event Hub management operations (fabric_event_hub.py)
1010
azure-kusto-data==6.0.0 # Kusto/KQL database connections and queries (fabric_database.py, fabric_data_ingester.py)
@@ -15,4 +15,4 @@ python-dateutil==2.8.2 # Date/time utilities (fabric_api.py, graph_api.py
1515
# === EVENT SIMULATION SCRIPTS (infra/scripts/) ===
1616
# Used by: event_simulator.py, sample_data.py, event_hub_service.py for event generation and simulation
1717
azure-eventhub==5.15.1 # Sending events to Event Hub (event_hub_service.py, event_simulator.py)
18-
pandas==2.3.3 # Data manipulation and CSV operations (sample_data.py)
18+
pandas==2.3.3 # Data manipulation and CSV operations (sample_data.py)

0 commit comments

Comments
 (0)