openllmetry icon indicating copy to clipboard operation
openllmetry copied to clipboard

Fix ModuleNotFoundError for weaviate.schema

Open Charlesnorris509 opened this issue 10 months ago • 3 comments

### This pull request fixes the ModuleNotFoundError for weaviate.schema by updating the import statements and adding error handling to ensure the module is correctly imported.

_Changes: Updated packages/opentelemetry-instrumentation-weaviate/opentelemetry/instrumentation/weaviate/init.py to handle import errors and log them appropriately.

Issue: Closes #2535_

Charlesnorris509 avatar Jan 21 '25 17:01 Charlesnorris509

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jan 21 '25 17:01 CLAassistant

@nirga I have signed the CLA

Charlesnorris509 avatar Jan 25 '25 17:01 Charlesnorris509

Update project version and dependencies in pyproject.toml

  • Version update

    • Update project version from "0.37.1" to "0.38.0"
  • Dependency updates

    • Update opentelemetry-semantic-conventions-ai from "0.4.2" to "0.4.3"

Charlesnorris509 avatar Jan 29 '25 00:01 Charlesnorris509