- [x ] This is actually a bug report.
- [x ] I am not getting good LLM Results
- [x ] I have tried asking for help in the community on discord or discussions and have not received a response.
- [x ] I have tried searching the documentation and have not found an answer.
Describe the bug
This is a continuation of #1796 which was closed without being 100% resolved.
I am still getting import errors despite Instructor not being at a new major version.
As before, I cannot guarantee that client is the only thing affected, just like I could not guarantee it for multimodal last time so please test thoroughly for backward compatibility before release.
Please fix this ASAP as the deprecation without warning or without following semantic versioning has greatly damaged my trust and that of the people using atomic-agents plus it is a complete blocker, we are stuck at version 1.9.2 until this is 100% resolved.
ERROR tests/api/chat/test_routers.py - AttributeError: module 'instructor' has no attribute 'client'
ERROR tests/api/chat/test_service.py - AttributeError: module 'instructor' has no attribute 'client'
ERROR tests/api/doc_data_extraction/test_routers.py - AttributeError: module 'instructor' has no attribute 'client'
ERROR tests/api/doc_data_extraction/test_service.py - AttributeError: module 'instructor' has no attribute 'client'
ERROR tests/api/task_extraction/test_routers.py - AttributeError: module 'instructor' has no attribute 'client'
ERROR tests/api/task_extraction/test_service.py - AttributeError: module 'instructor' has no attribute 'client'
ERROR tests/doclib/agents/test_ada_chat_agent.py - AttributeError: module 'instructor' has no attribute 'client'
ERROR tests/doclib/agents/test_chat_title_agent.py - AttributeError: module 'instructor' has no attribute 'client'
ERROR tests/doclib/agents/test_contract_dates_agent.py - AttributeError: module 'instructor' has no attribute 'client'
ERROR tests/doclib/agents/test_contract_duration_agent.py - AttributeError: module 'instructor' has no attribute 'client'
ERROR tests/doclib/agents/test_contract_renewal_agent.py - AttributeError: module 'instructor' has no attribute 'client'
ERROR tests/doclib/agents/test_custom_extraction_agent.py - AttributeError: module 'instructor' has no attribute 'client'
ERROR tests/doclib/agents/test_document_type_agent.py - AttributeError: module 'instructor' has no attribute 'client'
ERROR tests/doclib/agents/test_party_extraction_agent.py - AttributeError: module 'instructor' has no attribute 'client'
Describe the bug
This is a continuation of #1796 which was closed without being 100% resolved.
I am still getting import errors despite Instructor not being at a new major version.
As before, I cannot guarantee that
clientis the only thing affected, just like I could not guarantee it formultimodallast time so please test thoroughly for backward compatibility before release.Please fix this ASAP as the deprecation without warning or without following semantic versioning has greatly damaged my trust and that of the people using
atomic-agentsplus it is a complete blocker, we are stuck at version1.9.2until this is 100% resolved.