Skip to content

Commit 0b1dbce

Browse files
Merge branch 'main' into updatemeai
2 parents 8fd1207 + e1fbafe commit 0b1dbce

5 files changed

Lines changed: 1693 additions & 2 deletions

File tree

python/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ onnx = [
125125
"onnxruntime==1.22.1",
126126
"onnxruntime-genai==0.9.0"
127127
]
128+
oracledb = [
129+
"oracledb >= 3.4.1"
130+
]
128131
pandas = [
129132
"pandas ~= 2.2"
130133
]

python/semantic_kernel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from semantic_kernel.kernel import Kernel
44

5-
__version__ = "1.38.0"
5+
__version__ = "1.39.0"
66

77
DEFAULT_RC_VERSION = f"{__version__}-rc9"
88

0 commit comments

Comments
 (0)