dbt debug failing in AzureDevops

Hello!

My CICD was working fine and on 16th June, I got this error while running command dbt debug:

2024-06-18T21:03:51.0390740Z ##[error]Traceback (most recent call last):
  File "/home/vsts/.local/bin/dbt", line 8, in <module>
    sys.exit(cli())
  File "/usr/lib/python3/dist-packages/click/core.py", line 1128, in __call__
    return self.main(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/click/core.py", line 1052, in main
    with self.make_context(prog_name, args, **extra) as ctx:
  File "/usr/lib/python3/dist-packages/click/core.py", line 914, in make_context
    self.parse_args(ctx, args)
  File "/usr/lib/python3/dist-packages/click/core.py", line 1615, in parse_args

Did anyone get this mistake?

This is also the “NumPy 2.0 release date: June 16”. But in my repo I have requirements.txt and numpy==1.25.1