Remove Wildcards in tests-agent - #57
Merged
Jesus Daniel Terrazas (JesuTerraz) merged 3 commits intoNov 18, 2025
Merged
Jesus Daniel Terrazas (JesuTerraz) merged 3 commits into
Jesus Daniel Terrazas (JesuTerraz) merged 3 commits into
Conversation
Jesus Daniel Terrazas (JesuTerraz)
requested a review
from a team
as a code owner
November 13, 2025 17:43
Copilot started reviewing on behalf of
Jesus Daniel Terrazas (JesuTerraz)
November 13, 2025 17:44
View session
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes wildcard version specifiers (*) from dependencies in test sample packages and replaces them with specific version ranges. This improves dependency management by ensuring reproducible builds and making version requirements explicit.
- Replaces wildcard versions with pinned version ranges for Microsoft agents packages, OpenAI agents, and common utilities
- Updates both
dependenciesanddevDependenciessections across two test sample packages - Ensures consistent versions for shared dependencies (dotenv, express) across different test samples
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tests-agent/openai-agent-auto-instrument-sample/package.json | Updates 3 dependencies from wildcards to specific versions: agents-hosting, agents-activity (both to ^1.1.0-alpha.85), and @openai/agents (to ^0.1.5) |
| tests-agent/basic-agent-sdk-sample/package.json | Updates 10 dependencies/devDependencies from wildcards to specific versions including Microsoft agents packages, dotenv, express, uuid, and TypeScript tooling |
Nikhil Navakiran (nikhilNava)
approved these changes
Nov 13, 2025
Rahul Devikar (rahuldevikar761)
approved these changes
Nov 13, 2025
Copilot started reviewing on behalf of
Jesus Daniel Terrazas (JesuTerraz)
November 18, 2025 19:24
View session
Jesus Daniel Terrazas (JesuTerraz)
deleted the
users/jterrazas/revert-test-agent-packages
branch
November 18, 2025 19:47
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.