ERROR! Unexpected Exception, this is probably a bug: module 'argcomplete' has no attribute 'autocomplete'

I installed ansible using homebrew and was working fine for a while and recently started failing with this error message. any help to resolve this woule be appreciated, thank you.

╰─➤ ansible -v
ERROR! Unexpected Exception, this is probably a bug: module ‘argcomplete’ has no attribute ‘autocomplete’
the full traceback was:

Traceback (most recent call last):
File “/opt/homebrew/Cellar/ansible/9.1.0/libexec/lib/python3.12/site-packages/ansible/cli/init.py”, line 659, in cli_executor
exit_code = cli.run()
^^^^^^^^^
File “/opt/homebrew/Cellar/ansible/9.1.0/libexec/lib/python3.12/site-packages/ansible/cli/adhoc.py”, line 104, in run
super(AdHocCLI, self).run()
File “/opt/homebrew/Cellar/ansible/9.1.0/libexec/lib/python3.12/site-packages/ansible/cli/init.py”, line 156, in run
self.parse()
File “/opt/homebrew/Cellar/ansible/9.1.0/libexec/lib/python3.12/site-packages/ansible/cli/init.py”, line 462, in parse
argcomplete.autocomplete(self.parser)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module ‘argcomplete’ has no attribute ‘autocomplete’