fix: pin setuptools to 68.2.2 to fix pkg_resources issue (#2563)

Co-authored-by: Nazim <nazim@openclaw.ai>
This commit is contained in:
al-munazzim 2026-03-19 06:39:04 -03:00 committed by GitHub
parent 5b3a7935cb
commit 5589d6c308
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,4 +46,7 @@ pywin32-ctypes==0.2.0 \
# WARNING: The following packages were not pinned, but pip requires them to be
# pinned when the requirements file includes hashes. Consider using the --allow-unsafe flag.
# setuptools
setuptools==68.2.2 \
--hash=sha256:b454a35605876da60632df1a60f736524eb73cc47bbc9f3f1ef1b644de74fd2a \
--hash=sha256:4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87
# via -r requirements.in (pinned: 69+ removed pkg_resources, breaks PyInstaller)