-
Notifications
You must be signed in to change notification settings - Fork 7
Add deployed ACA qualification assets #196
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
Merged
Laveesh Rohra (larohra)
merged 5 commits into
feature/aca-sandboxes
from
larohra/aca-qualification-assets
Sep 4, 2026
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
8787e7a
Add deployed ACA qualification assets
larohra cd7ed2c
Reject unsupported N=100 qualification
larohra 8ad49cf
Use one locked ACA fixture export
larohra f55c6ae
Assert ACA retention on authoritative clocks
larohra 09b4b86
Gate ACA qualification on provenance
larohra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| # ACA fixture constraints | ||
|
|
||
| This directory pins the dependency closure used by the ACA qualification fixture at | ||
| `tests/live/apps/aca-qualification/`. The fixture is deployed with Azure | ||
| Functions Flex remote build, so Oryx resolves `requirements.txt` on the server. | ||
| Fully pinned constraints prevent those remote builds from drifting when PyPI | ||
| publishes new compatible releases. | ||
|
|
||
| `aca-fixture-requirements.txt` is a pip/Oryx-compatible export of `uv.lock`. | ||
| It includes the runtime's core dependencies plus the `aca_sandbox` and | ||
| `monitor` extras, and deliberately omits the local project because deployment | ||
| prepends the exact wheel built by the pipeline. Platform markers keep the same | ||
| file valid for Linux Python 3.13 and 3.14. | ||
|
|
||
| Regenerate from the repository root with: | ||
|
|
||
| ```powershell | ||
| uv export --frozen --no-dev --extra aca_sandbox --extra monitor --no-emit-project --no-hashes --no-header --no-annotate --format requirements.txt --output-file .\eng\constraints\aca-fixture-requirements.txt | ||
| ``` | ||
|
|
||
| The qualification-pipeline unit tests verify the checked-in export's package | ||
| closure and exact versions against `uv.lock`, reject pip directives and source | ||
| references, and evaluate its markers for both supported Python minors. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,103 @@ | ||
| agent-framework-core==1.3.0 | ||
| agent-framework-foundry==1.3.0 | ||
| agent-framework-openai==1.3.0 | ||
| aiohappyeyeballs==2.6.1 | ||
| aiohttp==3.14.2 | ||
| aiosignal==1.4.0 | ||
| annotated-doc==0.0.4 | ||
| annotated-types==0.7.0 | ||
| anyio==4.13.0 | ||
| asgiref==3.11.1 | ||
| attrs==26.1.0 | ||
| azure-ai-inference==1.0.0b9 | ||
| azure-ai-projects==2.1.0 | ||
| azure-containerapps-sandbox==0.1.0b4 | ||
| azure-core==1.41.0 | ||
| azure-core-tracing-opentelemetry==1.0.0b13 | ||
| azure-data-tables==12.7.0 | ||
| azure-functions==2.1.0 | ||
| azure-functions-durable==1.6.0 | ||
| azure-identity==1.25.3 | ||
| azure-mgmt-core==1.6.0 | ||
| azure-monitor-opentelemetry==1.8.8 | ||
| azure-monitor-opentelemetry-exporter==1.0.0b53 | ||
| azure-storage-blob==12.28.0 | ||
| azurefunctions-extensions-base==1.2.0 | ||
| azurefunctions-extensions-http-fastapi==1.0.1 | ||
| certifi==2026.4.22 | ||
| cffi==2.0.0 ; platform_python_implementation != 'PyPy' | ||
| charset-normalizer==3.4.7 | ||
| click==8.3.3 | ||
| colorama==0.4.6 ; sys_platform == 'win32' | ||
| cryptography==48.0.0 | ||
| distro==1.9.0 | ||
| fastapi==0.136.1 | ||
| frozenlist==1.8.0 | ||
| furl==2.1.4 | ||
| h11==0.16.0 | ||
| httpcore==1.0.9 | ||
| httpx==0.28.1 | ||
| httpx-sse==0.4.3 | ||
| idna==3.15 | ||
| importlib-metadata==8.7.1 | ||
| isodate==0.7.2 | ||
| jiter==0.14.0 | ||
| jsonschema==4.26.0 | ||
| jsonschema-specifications==2025.9.1 | ||
| markupsafe==3.0.3 | ||
| mcp==1.28.1 | ||
| msal==1.36.0 | ||
| msal-extensions==1.3.1 | ||
| msrest==0.7.1 | ||
| multidict==6.7.1 | ||
| oauthlib==3.3.1 | ||
| openai==2.36.0 | ||
| opentelemetry-api==1.40.0 | ||
| opentelemetry-instrumentation==0.61b0 | ||
| opentelemetry-instrumentation-asgi==0.61b0 | ||
| opentelemetry-instrumentation-dbapi==0.61b0 | ||
| opentelemetry-instrumentation-django==0.61b0 | ||
| opentelemetry-instrumentation-fastapi==0.61b0 | ||
| opentelemetry-instrumentation-flask==0.61b0 | ||
| opentelemetry-instrumentation-logging==0.61b0 | ||
| opentelemetry-instrumentation-psycopg2==0.61b0 | ||
| opentelemetry-instrumentation-requests==0.61b0 | ||
| opentelemetry-instrumentation-urllib==0.61b0 | ||
| opentelemetry-instrumentation-urllib3==0.61b0 | ||
| opentelemetry-instrumentation-wsgi==0.61b0 | ||
| opentelemetry-resource-detector-azure==0.1.5 | ||
| opentelemetry-sdk==1.40.0 | ||
| opentelemetry-semantic-conventions==0.61b0 | ||
| opentelemetry-util-http==0.61b0 | ||
| orderedmultidict==1.0.2 | ||
| packaging==26.2 | ||
| propcache==0.5.2 | ||
| psutil==7.2.2 | ||
| pycparser==3.0 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy' | ||
| pydantic==2.13.4 | ||
| pydantic-core==2.46.4 | ||
| pydantic-settings==2.14.1 | ||
| pyjwt==2.12.1 | ||
| python-dateutil==2.9.0.post0 | ||
| python-dotenv==1.2.2 | ||
| python-frontmatter==1.1.0 | ||
| python-multipart==0.0.28 | ||
| pywin32==311 ; sys_platform == 'win32' | ||
| pyyaml==6.0.3 | ||
| referencing==0.37.0 | ||
| requests==2.34.2 | ||
| requests-oauthlib==2.0.0 | ||
| rpds-py==0.30.0 | ||
| six==1.17.0 | ||
| sniffio==1.3.1 | ||
| sse-starlette==3.4.4 | ||
| starlette==1.3.1 | ||
| tqdm==4.67.3 | ||
| typing-extensions==4.15.0 | ||
| typing-inspection==0.4.2 | ||
| urllib3==2.7.0 | ||
| uvicorn==0.47.0 | ||
| werkzeug==3.1.8 | ||
| wrapt==1.17.3 | ||
| yarl==1.23.0 | ||
| zipp==3.23.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.