Skip to content

Commit 2e46e44

Browse files
authored
Imported Optional (demisto#11593)
1 parent 6d7b782 commit 2e46e44

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Packs/GenericSQL/Integrations/GenericSQL/GenericSQL.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from CommonServerPython import *
33
from CommonServerUserPython import *
44

5-
from typing import Any, Tuple, Dict, List, Callable
5+
from typing import Any, Tuple, Dict, List, Callable, Optional
66
import sqlalchemy
77
import pymysql
88
import traceback
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
#### Integrations
3+
##### Generic SQL
4+
- Maintenance and stability enhancements.

Packs/GenericSQL/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Connect and execute sql queries in 4 Databases: MySQL, PostgreSQL, Microsoft SQL Server and Oracle",
44
"support": "xsoar",
55
"serverMinVersion": "5.0.0",
6-
"currentVersion": "1.0.9",
6+
"currentVersion": "1.0.10",
77
"author": "Cortex XSOAR",
88
"url": "https://www.paloaltonetworks.com/cortex",
99
"email": "",

0 commit comments

Comments
 (0)