Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ runs:
shell: bash
run: |
echo "UV_FROZEN=true" >> $GITHUB_ENV
echo "UV_PYTHON_PREFERENCE=only-system" >> $GITHUB_ENV
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Removing this line enforces the preference for managed Python environments, aligning with the pull request's objective. Ensure this change doesn't negatively impact any workflows that rely on the system Python. Consider documenting why this change is being made to avoid confusion in the future.

If there are no workflows that rely on the system Python, then this change is correct.


- uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8
with:
Expand Down
2 changes: 1 addition & 1 deletion apps/beeai-sdk-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.3.7"
description = "BeeAI SDK"
readme = "README.md"
authors = [{ name = "IBM Corp." }]
requires-python = ">=3.11"
requires-python = ">=3.11,<3.14"
dependencies = [
"a2a-sdk==0.3.7",
"objprint>=0.3.0",
Expand Down
Loading
Loading