Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump semantic-kernel from 1.0.4 to 1.1.1 #1057

Merged
merged 2 commits into from
Jun 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps semantic-kernel from 1.0.4 to 1.1.1.

Release notes

Sourced from semantic-kernel's releases.

python-1.1.1

Release Notes: Improved SDK Jupyter Notebook Getting Started Experience

We are happy to announce a refresh of our SDK Jupyter notebooks to enhance the getting started experience for our users. Below are the key updates and improvements:

Clearer Directions and Configuration

Enhanced Instructions

  • Getting Started: We have revamped the directions for getting started with our notebooks, providing clearer, step-by-step guidance.
  • Kernel Configuration: Each notebook now includes detailed instructions on configuring the kernel, ensuring users know which settings need to be configured based on the model they are using.

.env File Requirement

  • Environment Configuration: A .env file is now required for the notebooks and must be placed in the same directory as the getting started notebooks to ensure all necessary environment variables are set correctly.

These enhancements aim to provide a smoother onboarding experience, helping users get up and running with our SDK more efficiently.

We hope these updates improve your experience with our SDK Jupyter notebooks. Thank you for your continued support!

What's Changed

New Contributors

Full Changelog: microsoft/semantic-kernel@python-1.1.0...python-1.1.1

dotnet-1.1.0

Changes:

  • bd7c94cbd76eebfe58f0fe081f03cfef8a34f92f .Net: Add missing CancellationToken to InvokePromptAsync. (#4573) (#4584)
  • 38dc3cb2a962685bd3566d8bc5c413d282d692d2 FAQ explaining how to access nightly builds (#3061)
  • 93bdce8714ba549331479b9ef39990ad567ff806 .Net: [Fix] .Net: FunctionCallingStepwisePlannerTests.DoesNotThrowWhenPluginFunctionThrowsNonCriticalExceptionAsync is failing (#4542) [ #4534 ]
  • ee544f34d93d8c767751b8bce4d117a655e83d5a .Net: Allow Add{Azure}OpenAI methods to resolve OpenAIClient from DI (#4555)
  • aed262438ebec47b09944bc86aa72ec7179ffa3f .Net: Add previous plan and error to retry the handdlebars planning. (#3973) [ #4144 ]
  • 293bfd9c2710579cdcb7f7e7a2c967ea72f7230c .Net: Bump Grpc.Net.Client from 2.59.0 to 2.60.0 in /dotnet (#4523) [ grpc/grpc-dotnet#2321, grpc/grpc-dotnet#2315, grpc/grpc-dotnet#2324, grpc/grpc-dotnet#2326, #2348, #2336, #2339, #2338, #2326, #2324, #2315, #2321, #2322 ]
  • 0772d0137e256d90a08c1fc6b568e7d1c09c365a .Net: Add missing XxFromFunctions members (#4549)
  • b7defcfa17c397e249e8f82fbcce787670b0d227 .Net: Bug fixes for Handlebars Prompt Template and Planner (#4528)
  • 019dc1a56b655fc9feeaef2dc7d8b4217e15d4aa .Net - Add support for agent tools: code-interpreter and retrieval tool (#4546)
  • abc900eba5bab99829acc6b12de7a6d1c8eba155 .Net: Fix to ensure OpenAIPromptExecutionSettings ChatSystemPrompt is not ignored (#4530) [ #4510 ]

... (truncated)

Commits
  • 65b7fd6 Python: Bump Python version to 1.1.1 for a release. (#6716)
  • 7d61c7c Python: Update notebooks to run with dotenv settings. (#6713)
  • 1cc6464 Python: Env sample (#6711)
  • 17a2e41 .Net - Agents: Support assistant tool content generation (#6627)
  • a9d361a Python: fix: Preserve class type in experimental_class decorator to avoid t...
  • bb1eb3a .Net: instead running two queries now a single query can do the same thing (#...
  • 7812017 .Net: Replaced text-davinci-003 with gpt-3.5-turbo-instruct (#6710)
  • 22e4360 Python: Bump pymilvus from 2.3.7 to 2.4.3 in /python (#6516)
  • ebae3a4 Python: Bump tornado from 6.4 to 6.4.1 in /python (#6591)
  • 7ce4176 Python: Bump chromadb from 0.4.24 to 0.5.0 in /python (#6659)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 17, 2024
Copy link

github-actions bot commented Jun 17, 2024

Coverage

Coverage Report •
FileStmtsMissCoverMissing
code/backend/batch/utilities/orchestrator
   semantic_kernel.py540100% 
TOTAL257757377% 

Tests Skipped Failures Errors Time
288 0 💤 0 ❌ 0 🔥 47.085s ⏱️

@dependabot dependabot bot force-pushed the dependabot/pip/semantic-kernel-1.1.1 branch 6 times, most recently from e56f856 to 68564e4 Compare June 18, 2024 16:34
adamdougal
adamdougal previously approved these changes Jun 20, 2024
dependabot bot and others added 2 commits June 20, 2024 11:01
Bumps [semantic-kernel](https://github.com/microsoft/semantic-kernel) from 1.0.4 to 1.1.1.
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@python-1.0.4...python-1.1.1)

---
updated-dependencies:
- dependency-name: semantic-kernel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@adamdougal adamdougal added this pull request to the merge queue Jun 20, 2024
Merged via the queue into main with commit f61045e Jun 20, 2024
9 checks passed
@adamdougal adamdougal deleted the dependabot/pip/semantic-kernel-1.1.1 branch June 20, 2024 11:07
Copy link

🎉 This PR is included in version 1.7.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant