Skip to content

Remove Wildcards in tests-agent - #57

Merged
JesuTerraz merged 3 commits into
mainfrom
users/jterrazas/revert-test-agent-packages
Nov 18, 2025
Merged

Remove Wildcards in tests-agent#57
JesuTerraz merged 3 commits into
mainfrom
users/jterrazas/revert-test-agent-packages

Conversation

@JesuTerraz

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings November 13, 2025 17:43
@JesuTerraz
JesuTerraz requested a review from a team as a code owner November 13, 2025 17:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 dependencies and devDependencies sections 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

Comment thread tests-agent/basic-agent-sdk-sample/package.json
Copilot AI review requested due to automatic review settings November 18, 2025 19:23

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

@JesuTerraz
JesuTerraz merged commit ce1b413 into main Nov 18, 2025
13 checks passed
@JesuTerraz
JesuTerraz deleted the users/jterrazas/revert-test-agent-packages branch November 18, 2025 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants