Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
inferedge-moss>=1.0.0b17
inferedge-moss==1.0.0b18
Copy link

Copilot AI Mar 11, 2026

Choose a reason for hiding this comment

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

Pinning inferedge-moss to an exact beta (==1.0.0b18) is inconsistent with the rest of the repo’s Python dependency specs (which use lower bounds like >=...) and can make the example environment unnecessarily brittle (e.g., prevents installing b19/patches). If the goal is just to require features from b18, prefer >=1.0.0b18 (optionally with an upper bound) instead of == unless there is a documented reason to hard-pin.

Suggested change
inferedge-moss==1.0.0b18
inferedge-moss>=1.0.0b18

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Mar 11, 2026

Choose a reason for hiding this comment

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

The PR description says the inferedge-moss version was updated repo-wide, but there are still references to inferedge-moss>=1.0.0b17 elsewhere (e.g., README.md:61, examples/python/README.md:62, apps/docker/python/requirements.txt:1). If this PR is intended to standardize on b18, those should be updated too; otherwise the PR description should be narrowed to indicate it only changes the Python example requirements file.

Copilot uses AI. Check for mistakes.
python-dotenv
openai
Loading