Skip to content

teach instrument version constraint for sqlalchemy #2970

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
emdneto opened this issue Nov 7, 2024 · 0 comments · Fixed by #2971
Closed

teach instrument version constraint for sqlalchemy #2970

emdneto opened this issue Nov 7, 2024 · 0 comments · Fixed by #2971

Comments

@emdneto
Copy link
Member

emdneto commented Nov 7, 2024

          Although the issue seems to be caused by:
opentelemetry-instrumentation-test==1.0.0b.dev

the actual error originates from the sqlalchemy dependency (if included in your project):

; It appears to be the only module missing a version specifier (e.g., >= 3.0). Adding this version specifier resolves the issue on my end. Looks like something has changes in Python packaging module recently as I don't see any changes in bootstrap_gen.py.

@emdneto, please hold off on merging your PR and consider fixing this line first.

Originally posted by @rayrapetyan in #2968 (comment)

@emdneto emdneto changed the title Although the issue seems to be caused by: teach instrument version constraint for sqlalchemy Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant