semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Python: Bump azure-ai-inference from 1.0.0b1 to 1.0.0b2 in /python

Open dependabot[bot] opened this issue 1 year ago • 1 comments

Bumps azure-ai-inference from 1.0.0b1 to 1.0.0b2.

Release notes

Sourced from azure-ai-inference's releases.

azure-ai-inference_1.0.0b2

1.0.0b2 (2024-06-24)

Features Added

Add model as an optional input argument to the complete method of ChatCompletionsClient.

Breaking Changes

The field input_tokens was removed from class EmbeddingsUsage, as this was never defined in the REST API and the service never returned this value.

Commits
  • 4defbc7 aci returns non-json response for probing request (#36193)
  • 6632e13 strict sphinx communication (#36111)
  • 444ed8b Azure AI Inference SDK - Beta 2 updates (#36163)
  • f792549 [Text Translation] Fix the Entra ID authentication on custom endpoint (#35835)
  • b9e0b17 Move CallAutomation GA3 Changes to ALPHA3 (#35650)
  • 8042a55 delete SYSTEM_ACCESSTOKEN as it is already defined in our CI (#36196)
  • 0e4504e Force amd64 as the build platform - it has to match what the AKS cluster is r...
  • 9dc6cc8 [Key Vault] Update tests to only record with Managed Identity (#35859)
  • b50ee9e Sync eng/common directory with azure-sdk-tools for PR 8475 (#36167)
  • ac15c0f Release exporter (#36195)
  • 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[bot] avatar Jul 15 '24 22:07 dependabot[bot]

Py3.10 Test Coverage

Python 3.10 Test Coverage Report
FileStmtsMissCoverMissing
semantic_kernel
   kernel.py157994%145, 156, 160, 200–201, 310–313, 422
semantic_kernel/connectors
   telemetry.py16288%18–19
semantic_kernel/connectors/ai/azure_ai_inference/services
   azure_ai_inference_chat_completion.py149497%169, 312, 416, 430
semantic_kernel/connectors/ai/embeddings
   embedding_generator_base.py8188%50
semantic_kernel/connectors/ai/hugging_face/services
   hf_text_completion.py54394%95, 103, 134
   hf_text_embedding.py32584%77–81
semantic_kernel/connectors/openapi_plugin
   openapi_manager.py58297%110–111
   openapi_parser.py88199%127
   openapi_runner.py105298%181–182
semantic_kernel/connectors/openapi_plugin/models
   rest_api_operation.py129199%240
semantic_kernel/functions
   kernel_function_decorator.py99199%93
   kernel_function_from_method.py96199%153
   kernel_function_from_prompt.py154795%165–166, 180, 200, 218, 238, 321
   kernel_plugin.py187299%472, 475
semantic_kernel/planners
   plan.py2344581%52, 161–163, 195, 212–225, 262, 267, 275–276, 286–289, 306, 311, 327, 330–335, 353, 358, 361, 363, 370, 384–386, 391–395
semantic_kernel/planners/function_calling_stepwise_planner
   function_calling_stepwise_planner.py116497%143, 187–188, 196
semantic_kernel/planners/sequential_planner
   sequential_planner.py64691%69, 73, 107, 123, 132–133
   sequential_planner_extensions.py50982%29–30, 52, 106–120
   sequential_planner_parser.py771284%64–72, 91, 115–118
semantic_kernel/schema
   kernel_json_schema_builder.py95397%44, 76, 160
semantic_kernel/template_engine/blocks
   code_block.py77199%119
   named_arg_block.py43198%98
TOTAL703612298% 

Python 3.10 Unit Test Overview

Tests Skipped Failures Errors Time
1895 1 :zzz: 0 :x: 0 :fire: 31.207s :stopwatch:

markwallace-microsoft avatar Jul 18 '24 20:07 markwallace-microsoft