Skip to content

Commit

Permalink
Python: Bump pyproject to 0.4.5 for release. Update notebooks to use …
Browse files Browse the repository at this point in the history
…this version (#4581)

### Motivation and Context

Bumping pyproject.toml to version 0.4.5 for a release. Updating the
package references in the Jupyter notebooks.

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

### Description

Pre-release code updates.

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [X] The code builds clean without any errors or warnings
- [X] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [X] All unit tests pass, and I have added new tests where possible
- [X] I didn't break anyone 😄

---------

Co-authored-by: Evan Mattson <evan.mattson@microsoft.com>
Co-authored-by: Eduard van Valkenburg <eavanvalkenburg@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 11, 2024
1 parent cdc99d8 commit 63e140a
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion python/notebooks/00-getting-started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.4.4.dev0"
"!python -m pip install semantic-kernel==0.4.5.dev0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/01-basic-loading-the-kernel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.4.4.dev0"
"!python -m pip install semantic-kernel==0.4.5.dev0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/02-running-prompts-from-file.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.4.4.dev0"
"!python -m pip install semantic-kernel==0.4.5.dev0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/03-semantic-function-inline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.4.4.dev0"
"!python -m pip install semantic-kernel==0.4.5.dev0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/04-context-variables-chat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.4.4.dev0"
"!python -m pip install semantic-kernel==0.4.5.dev0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/05-using-the-planner.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.4.4.dev0"
"!python -m pip install semantic-kernel==0.4.5.dev0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/06-memory-and-embeddings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.4.4.dev0"
"!python -m pip install semantic-kernel==0.4.5.dev0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/07-hugging-face-for-skills.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.4.4.dev0\n",
"!python -m pip install semantic-kernel==0.4.5.dev0\n",
"\n",
"# Note that additional dependencies are required for the Hugging Face connectors:\n",
"!python -m pip install torch==2.0.0\n",
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/08-native-function-inline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.4.4.dev0"
"!python -m pip install semantic-kernel==0.4.5.dev0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/09-groundedness-checking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.4.4.dev0"
"!python -m pip install semantic-kernel==0.4.5.dev0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/10-multiple-results-per-prompt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.4.4.dev0"
"!python -m pip install semantic-kernel==0.4.5.dev0"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions python/notebooks/11-streaming-completions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.4.4.dev0"
"!python -m pip install semantic-kernel==0.4.5.dev0"
]
},
{
Expand Down Expand Up @@ -321,7 +321,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.0"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down
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 = "0.4.4.dev"
version = "0.4.5.dev"
description = "Semantic Kernel Python SDK"
authors = ["Microsoft <SK-Support@microsoft.com>"]
readme = "pip/README.md"
Expand Down

0 comments on commit 63e140a

Please sign in to comment.