Skip to content
Open
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
2 changes: 1 addition & 1 deletion pyagentspec/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
# lower bound 78.1.1 to address CVE-2025-47273
"setuptools>=78.1.1,<82.0.0",
"setuptools>=83.0.0,<84.0.0",
"wheel",
# setuptools-scm lets us include all necessary files (e.g. .pyx files) in the source
# distribution (sdist) without needing a MANIFEST.in file.
Expand Down
2 changes: 1 addition & 1 deletion pyagentspec/requirements-dev-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ flake8-copyright==0.2.4
pyflakes==2.5.0
pytest==9.0.3
pytest-asyncio==1.3.0
setuptools==81.0.0
setuptools==83.0.0

# stubs for mypy
types-PyYAML
Expand Down
Loading