Fix changed files gha (#662)

This commit is contained in:
Eric Gustin 2025-10-30 13:45:41 -07:00 committed by GitHub
parent 8c312b37e2
commit f15aff42c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -26,6 +26,8 @@ jobs:
with:
files: |
**/pyproject.toml
files_ignore: |
examples/**
- name: Check for version changes or new packages
id: check-versions

View file

@ -6,7 +6,7 @@ requires-python = ">=3.10"
dependencies = [
"arcade-math>=1.0.5,<1.1.0",
"local_filesystem>=0.1.0,<1.0.0",
"arcade-mcp-server>=1.5.0,<2.0.0",
"arcade-mcp-server>=1.6.0,<2.0.0",
"httpx>=0.28.0,<1.0.0",
]