-
Notifications
You must be signed in to change notification settings - Fork 16k
Labels
area:providersgood first issuekind:metaHigh-level information important to the communityHigh-level information important to the communityprovider:openai
Description
Body
OpenAI provider Tests are failing with:
___ ERROR collecting providers/openai/tests/unit/openai/hooks/test_openai.py ___
ImportError while importing test module '/opt/airflow/providers/openai/tests/unit/openai/hooks/test_openai.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.9/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
providers/openai/tests/unit/openai/hooks/test_openai.py:25: in <module>
from openai.types.beta import (
E ImportError: cannot import name 'VectorStore' from 'openai.types.beta' (/usr/local/lib/python3.9/site-packages/openai/types/beta/__init__.py
This is due to openai/openai-python#2175
Committer
- I acknowledge that I am a maintainer/committer of the Apache Airflow project.
potiuk
Metadata
Metadata
Assignees
Labels
area:providersgood first issuekind:metaHigh-level information important to the communityHigh-level information important to the communityprovider:openai