Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "semantic-kernel"
version = "1.1.2"
version = "1.2.0"
description = "Semantic Kernel Python SDK"
authors = ["Microsoft <SK-Support@microsoft.com>"]
readme = "pip/README.md"
Expand Down
2 changes: 1 addition & 1 deletion python/samples/getting_started/00-getting-started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"outputs": [],
"source": [
"# Note: if using a Poetry virtual environment, do not run this cell\n",
"%pip install semantic-kernel==1.1.2"
"%pip install semantic-kernel==1.2.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"outputs": [],
"source": [
"# Note: if using a Poetry virtual environment, do not run this cell\n",
"%pip install semantic-kernel==1.1.2"
"%pip install semantic-kernel==1.2.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"outputs": [],
"source": [
"# Note: if using a Poetry virtual environment, do not run this cell\n",
"%pip install semantic-kernel==1.1.2"
"%pip install semantic-kernel==1.2.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"outputs": [],
"source": [
"# Note: if using a Poetry virtual environment, do not run this cell\n",
"%pip install semantic-kernel==1.1.2"
"%pip install semantic-kernel==1.2.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"outputs": [],
"source": [
"# Note: if using a Poetry virtual environment, do not run this cell\n",
"%pip install semantic-kernel==1.1.2"
"%pip install semantic-kernel==1.2.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"outputs": [],
"source": [
"# Note: if using a Poetry virtual environment, do not run this cell\n",
"%pip install semantic-kernel==1.1.2"
"%pip install semantic-kernel==1.2.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"outputs": [],
"source": [
"# Note: if using a Poetry virtual environment, do not run this cell\n",
"%pip install semantic-kernel==1.1.2\n",
"%pip install semantic-kernel==1.2.0\n",
"%pip install azure-core==1.30.1\n",
"%pip install azure-search-documents==11.6.0b4"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"outputs": [],
"source": [
"# Note: if using a Poetry virtual environment, do not run this cell\n",
"%pip install semantic-kernel[hugging_face]==1.1.2"
"%pip install semantic-kernel[hugging_face]==1.2.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"outputs": [],
"source": [
"# Note: if using a Poetry virtual environment, do not run this cell\n",
"%pip install semantic-kernel==1.1.2"
"%pip install semantic-kernel==1.2.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"outputs": [],
"source": [
"# Note: if using a Poetry virtual environment, do not run this cell\n",
"%pip install semantic-kernel==1.1.2"
"%pip install semantic-kernel==1.2.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"outputs": [],
"source": [
"# Note: if using a Poetry virtual environment, do not run this cell\n",
"%pip install semantic-kernel==1.1.2"
"%pip install semantic-kernel==1.2.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"outputs": [],
"source": [
"# Note: if using a Poetry virtual environment, do not run this cell\n",
"%pip install semantic-kernel==1.1.2"
"%pip install semantic-kernel==1.2.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install semantic-kernel[weaviate]==1.1.2"
"%pip install semantic-kernel[weaviate]==1.2.0"
]
},
{
Expand Down