github Azure/azure-sdk-for-python azure-ai-projects_1.0.0b12

latest releases: azure-mgmt-computerecommender_1.0.0b1, azure-ai-language-conversations-authoring_1.0.0b1, azure-synapse-artifacts_0.21.0...
pre-release2 months ago

1.0.0b12 (2025-06-23)

Breaking changes

  • These 3 methods on AIProjectClient were removed: .inference.get_chat_completions_client(),
    .inference.get_embeddings_client() and .inference.get_image_embeddings_client().
    For guidance on obtaining an authenticated azure-ai-inference client for your AI Foundry Project,
    refer to the updated samples in the samples\inference directory. For example,
    sample_chat_completions_with_azure_ai_inference_client.py. Alternatively, use the .inference.get_azure_openai_client() method to perform chat completions with an Azure OpenAI client.
  • Method argument name changes:
    • In method .indexes.create_or_update() argument body was renamed index.
    • In method .datasets.create_or_update() argument body was renamed dataset_version.
    • In method .datasets.pending_upload() argument body was renamed pending_upload_request.

Bugs Fixed

  • Fix to package function enable_telemetry() to correctly instrument azure-ai-agents.
  • Updated RedTeam target type visibility to allow for type being sent in the JSON for redteam run creation.

Other

  • Set dependency on azure-ai-agents version 1.0.0 or above,
    now that we have a stable release of the Agents package.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.