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

.Net: Bump Azure.AI.OpenAI from 1.0.0-beta.15 to 1.0.0-beta.17 in /dotnet #6236

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps Azure.AI.OpenAI from 1.0.0-beta.15 to 1.0.0-beta.17.

Release notes

Sourced from Azure.AI.OpenAI's releases.

Azure.AI.OpenAI_1.0.0-beta.17

1.0.0-beta.17 (2024-05-03)

Features Added

  • Image input support for gpt-4-turbo chat completions now works with image data in addition to internet URLs. Images may be now be used as gpt-4-turbo message content items via one of three constructors:
    • ChatMessageImageContent(Uri) -- the existing constructor, used for URL-based image references
    • ChatMessageImageContent(Stream,string) -- (new) used with a stream and known MIME type (like image/png)
    • ChatMessageImageContent(BinaryData,string) -- (new) used with a BinaryData instance and known MIME type Please see the readme example for more details.

Breaking Changes

  • Public visibility of the ChatMessageImageUrl type is removed to promote more flexible use of data sources in ChatMessageImageContent. Code that previously created a ChatMessageImageUrl using a Uri should simply provide the Uri to the ChatMessageImageContent constructor directly.
Commits
  • 187380b Azure OpenAI: better image input support for gpt-4-turbo chat completions (#4...
  • 0f461cb Update Azure Pipelines credential sample (#43838)
  • 8af4f60 Restore feedback from Chris in managed identity docs (#43837)
  • 5c863e3 Document how to use user-assigned MI resource ID with DefaultAzureCredential ...
  • 1422660 [CODEOWNERS] Removing retired library PR config (#43834)
  • faa23a0 Implement AzurePipelinesCredential (#43686)
  • 26b9a4b Increment package version after release of Microsoft.Azure.WebJobs.Extensions...
  • 794543e Fix environment tests (#43828)
  • 3d9f007 Remove media compositions SDK's (#43794)
  • c48e394 Update version of github-event-processor to 1.0.0-dev.20240502.2 (#43827)
  • 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)

Bumps [Azure.AI.OpenAI](https://github.com/Azure/azure-sdk-for-net) from 1.0.0-beta.15 to 1.0.0-beta.17.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.AI.OpenAI_1.0.0-beta.15...Azure.AI.OpenAI_1.0.0-beta.17)

---
updated-dependencies:
- dependency-name: Azure.AI.OpenAI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 13, 2024 22:47
@dependabot dependabot bot added .NET Issue or Pull requests regarding .NET code dependencies Pull requests that update a dependency file. Used by Dependabot. labels May 13, 2024
@github-actions github-actions bot changed the title Bump Azure.AI.OpenAI from 1.0.0-beta.15 to 1.0.0-beta.17 in /dotnet .Net: Bump Azure.AI.OpenAI from 1.0.0-beta.15 to 1.0.0-beta.17 in /dotnet May 13, 2024
Copy link
Member

@markwallace-microsoft markwallace-microsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Integration tests are failing locally, I am investigating this

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. Used by Dependabot. .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants