microsoft / teams-ai

SDK focused on building AI based applications and extensions for Microsoft Teams and other Bot Framework channels
MIT License
350 stars 144 forks source link

[C#] bump: (deps): Bump the production group in /dotnet/packages/Microsoft.TeamsAI with 2 updates #1643

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

minor Bumps the production group in /dotnet/packages/Microsoft.TeamsAI with 2 updates: Microsoft.Identity.Client and Azure.AI.OpenAI.Assistants.

Updates Microsoft.Identity.Client from 4.60.3 to 4.61.0

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.61.0

New Features

  • Removed support for deprecated frameworks, Xamarin.Android 12 and Xamarin.iOS 10. MSAL.NET packages will no longer include monoandroid12.0 and xamarinios10 binaries. Existing applications should migrate to modern frameworks like .NET MAUI. See 4715 and Announcing the Upcoming Deprecation of MSAL.NET for Xamarin and UWP.
  • Removed support for UWP. MSAL.NET packages will no longer include uap10.0.17763 binary. Existing applications should migrate to modern frameworks like WinUI 3. See 4717 and Announcing the Upcoming Deprecation of MSAL.NET for Xamarin and UWP.
  • Removed Windows Forms dependency from Microsoft.Identity.Client, which will no longer include net6.0-windows7.0 binary. Existing desktop applications targeting net6.0-windows should reference Microsoft.Identity.Client.Broker when using interactive authentication with Windows Broker and call WithBroker(BrokerOptions); or reference Microsoft.Identity.Client.Desktop when authenticating with browser and call WithWindowsEmbeddedBrowserSupport(). There are no changes to the usage of the system browser. See 4468.
  • Re-enabled the use of SHA 256 and PSS padding to create client assertions. See 4695.

Bug Fixes

  • Public methods in Kerberos TicketCacheWriter and TicketCacheReader were corrected to be internal. Public API in KerberosSupplementalTicketManager should be used. See #4726.
Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.61.0

New Features

  • Removed support for deprecated frameworks, Xamarin.Android 12 and Xamarin.iOS 10. MSAL.NET packages will no longer include monoandroid12.0 and xamarinios10 binaries. Existing applications should migrate to modern frameworks like .NET MAUI. See 4715 and Announcing the Upcoming Deprecation of MSAL.NET for Xamarin and UWP.
  • Removed support for UWP. MSAL.NET packages will no longer include uap10.0.17763 binary. Existing applications should migrate to modern frameworks like WinUI 3. See 4717 and Announcing the Upcoming Deprecation of MSAL.NET for Xamarin and UWP.
  • Removed Windows Forms dependency from Microsoft.Identity.Client, which will no longer include net6.0-windows7.0 binary. Existing desktop applications targeting net6.0-windows should reference Microsoft.Identity.Client.Broker when using interactive authentication with Windows Broker and call WithBroker(BrokerOptions); or reference Microsoft.Identity.Client.Desktop when authenticating with browser and call WithWindowsEmbeddedBrowserSupport(). There are no changes to the usage of the system browser. See 4468.
  • Re-enabled the use of SHA 256 and PSS padding to create client assertions. See 4695.

Bug Fixes

  • Public methods in Kerberos TicketCacheWriter and TicketCacheReader were corrected to be internal. Public API in KerberosSupplementalTicketManager should be used. See #4726.
Commits


Updates Azure.AI.OpenAI.Assistants from 1.0.0-beta.3 to 1.0.0-beta.4

Release notes

Sourced from Azure.AI.OpenAI.Assistants's releases.

Azure.AI.OpenAI.Assistants_1.0.0-beta.4

1.0.0-beta.4 (2024-04-30)

This small, out-of-band version addresses a couple of critical blocking bugs. It does not yet include any of the latest features. Streaming support and Assistants v2 will come soon, in a future update.

Bugs Fixed

  • Several issues with direct equality comparisons of function tool definitions have been fixed
  • The mistaken, remain instance of an "Azure not supported" exception has been removed, along with its related mentions. This should unblock the use of the the token-based client constructor.
Commits
  • 668f81b changelog finalization for beta.4 patch (#43767)
  • 2d022c7 Sync eng/common directory with azure-sdk-tools repository (#43766)
  • f3f1c6a [DocumentIntelligence] Enabling live testing (#43455)
  • 151e662 [AzureMonitorDistro] fix LiveMetrics requests (#43543)
  • 1950db6 merge 1.1.1 hotfix to main (#43688)
  • 628f094 [AzureMonitorDistro] add Properties to LiveMetrics (#43600)
  • fcef40f Increment package version after release of Microsoft.Azure.WebJobs.Extensions...
  • df867b6 [Functions] Event Hubs: Release prep (#43759)
  • 1091e46 Increment package version after release of Azure.ResourceManager.Monitor (#43...
  • 38e3e48 Increment package version after release of Azure.ResourceManager.TrafficManag...
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
corinagum commented 1 month ago

@dependabot ignore Azure.AI.OpenAI.Assistants

dependabot[bot] commented 1 month ago

OK, I won't notify you about azure.ai.openai.assistants again, unless you unignore it.

dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.