I am facing the same issue, I have attached the log for this issue. UUID is not loadable by azure function apps
import uuid
2025-07-02T06:28:33.900 [Information] File "/home/site/wwwroot/.python_packages/lib/site-packages/uuid.py", line 138
2025-07-02T06:28:33.900 [Information] if not 0 <= time_low < 1<<32L:
2025-07-02T06:28:33.900 [Information] ^
2025-07-02T06:28:33.900 [Error] SyntaxError: invalid decimal literal
2025-07-02T06:28:33.900 [Information] Traceback (most recent call last):
2025-07-02T06:28:33.900 [Information] File "/azure-functions-host/workers/python/3.11/LINUX/X64/azure_functions_worker/main.py", line 61, in main
2025-07-02T06:28:33.900 [Information] return asyncio.run(start_async(
2025-07-02T06:28:33.900 [Information] ^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-02T06:28:33.900 [Information] File "/usr/local/lib/python3.11/asyncio/runners.py", line 190, in run
2025-07-02T06:28:33.900 [Information] return runner.run(main)
2025-07-02T06:28:33.900 [Information] ^^^^^^^^^^^^^^^^
2025-07-02T06:28:33.900 [Information] File "/usr/local/lib/python3.11/asyncio/runners.py", line 118, in run
2025-07-02T06:28:33.900 [Information] return self._loop.run_until_complete(task)
2025-07-02T06:28:33.900 [Information] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-02T06:28:33.900 [Information] File "/usr/local/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
2025-07-02T06:28:33.900 [Information] return future.result()