Skip to content

Commit bc55534

Browse files
chore: locking backend dependency versions
1 parent e16988b commit bc55534

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
# === FABRIC DEPLOYMENT SCRIPTS (infra/scripts/fabric/) ===
55
# Used by: deploy_fabric_rti.py, fabric_*.py files for Microsoft Fabric configuration deployment
6-
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.29.0 # Core Azure SDK functionality (fabric_api.py, graph_api.py)
8-
azure-storage-file-datalake>=12.14.0 # OneLake operations and Data Lake Storage (fabric_api.py)
9-
azure-mgmt-eventhub>=11.2.0 # Event Hub management operations (fabric_event_hub.py)
10-
azure-kusto-data>=6.0.0 # Kusto/KQL database connections and queries (fabric_database.py, fabric_data_ingester.py)
11-
azure-kusto-ingest>=6.0.0 # Data ingestion to Kusto databases (fabric_data_ingester.py)
12-
requests>=2.32.5 # HTTP API calls to Microsoft Fabric REST APIs (fabric_api.py, graph_api.py)
13-
python-dateutil>=2.8.2 # Date/time utilities (fabric_api.py, graph_api.py)
6+
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)
8+
azure-storage-file-datalake==12.14.0 # OneLake operations and Data Lake Storage (fabric_api.py)
9+
azure-mgmt-eventhub==11.2.0 # Event Hub management operations (fabric_event_hub.py)
10+
azure-kusto-data==6.0.0 # Kusto/KQL database connections and queries (fabric_database.py, fabric_data_ingester.py)
11+
azure-kusto-ingest==6.0.0 # Data ingestion to Kusto databases (fabric_data_ingester.py)
12+
requests==2.32.5 # HTTP API calls to Microsoft Fabric REST APIs (fabric_api.py, graph_api.py)
13+
python-dateutil==2.8.2 # Date/time utilities (fabric_api.py, graph_api.py)
1414

1515
# === EVENT SIMULATION SCRIPTS (infra/scripts/) ===
1616
# Used by: event_simulator.py, sample_data.py, event_hub_service.py for event generation and simulation
17-
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)
17+
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)

0 commit comments

Comments
 (0)