Description
Could the maintainers clarify the supported upgrade path from azure-ai-projects 2.3 to 2.4+ / 2.6 when using the current stable agent-framework-foundry 1.12.0?
Published metadata currently declares:
| Distribution |
Relevant requirement |
agent-framework-foundry==1.12.0 |
azure-ai-projects>=2.2.0,<2.4.0 |
agent-framework-openai==1.14.2 |
openai>=2.25.0,<4 |
azure-ai-projects==2.6.0 |
openai>=3.0.0 |
The OpenAI-major overlap now exists with adapter 1.14.2, but Foundry's independent Projects upper bound still prevents combining the two latest stable Foundry/Projects distributions. This is a dependency-resolution/support question, not a claim that a specific stable Projects API is broken.
Release-history context
The <2.4 bound was introduced before Projects 2.4 was published. I could not find an explicit explanation for retaining it through Foundry 1.12.0.
Questions
- Does
<2.4 reflect a demonstrated Projects 2.4+ incompatibility, a deliberately validated/support window, or metadata awaiting an update?
- If there is a known incompatibility, which APIs/behaviors and tracking issue or regression tests describe it?
- Now that the OpenAI adapter supports SDK 3.x, what work remains for Foundry to support Projects 2.6?
- Which coherent stable package set do maintainers recommend for applications that need Projects 2.4+ features without overriding dependency constraints or reverting functionality?
Minimal dependency conflict
These requirements cannot be resolved together under the published metadata:
agent-framework-foundry==1.12.0
azure-ai-projects==2.6.0
The conflict is azure-ai-projects<2.4.0 versus azure-ai-projects==2.6.0.
No dependency override, --no-deps installation, or live service call is needed to establish that conflict.
Package versions and sources
We are retaining a locked baseline while investigating candidate upgrades. An older Foundry release's broader bound is not being treated as evidence of support for newer Projects behavior.
Description
Could the maintainers clarify the supported upgrade path from
azure-ai-projects2.3 to 2.4+ / 2.6 when using the current stableagent-framework-foundry1.12.0?Published metadata currently declares:
agent-framework-foundry==1.12.0azure-ai-projects>=2.2.0,<2.4.0agent-framework-openai==1.14.2openai>=2.25.0,<4azure-ai-projects==2.6.0openai>=3.0.0The OpenAI-major overlap now exists with adapter 1.14.2, but Foundry's independent Projects upper bound still prevents combining the two latest stable Foundry/Projects distributions. This is a dependency-resolution/support question, not a claim that a specific stable Projects API is broken.
Release-history context
<2.4.0.The
<2.4bound was introduced before Projects 2.4 was published. I could not find an explicit explanation for retaining it through Foundry 1.12.0.Questions
<2.4reflect a demonstrated Projects 2.4+ incompatibility, a deliberately validated/support window, or metadata awaiting an update?Minimal dependency conflict
These requirements cannot be resolved together under the published metadata:
The conflict is
azure-ai-projects<2.4.0versusazure-ai-projects==2.6.0.No dependency override,
--no-depsinstallation, or live service call is needed to establish that conflict.Package versions and sources
We are retaining a locked baseline while investigating candidate upgrades. An older Foundry release's broader bound is not being treated as evidence of support for newer Projects behavior.