agentops icon indicating copy to clipboard operation
agentops copied to clipboard

[Bug]: Dependency on opentelemetry-sdk

Open nicksav opened this issue 4 months ago • 6 comments

Contact Details

No response

📦 Package Version

0.4.21

🎞️ Framework Version

google-adk==1.5.0

🔎 Describe the Bug

The conflict is caused by: google-adk 1.5.0 depends on opentelemetry-sdk>=1.31.0 agentops 0.4.21 depends on opentelemetry-sdk==1.29.0; python_version < "3.10"

🤝 Contribution

  • [ ] Yes, I'd be happy to submit a pull request with these changes.
  • [ ] I need some guidance on how to contribute.
  • [ ] I'd prefer the AgentOps team to handle this update.

nicksav avatar Sep 08 '25 00:09 nicksav

guys, agentops doesnt support last 10 version of google ADK, unless I am doing something wrong...

nicksav avatar Sep 08 '25 00:09 nicksav

Hey @nicksav -- able to post a code snippet? Our smoke tests are still passing

areibman avatar Sep 08 '25 01:09 areibman

Hey @areibman
Not sure Just added agentops to existing project, but not able to run pip install

Image

nicksav avatar Sep 08 '25 01:09 nicksav

Which version of Python are you running? >3.10? @nicksav

areibman avatar Sep 08 '25 02:09 areibman

Python 3.9.6

nicksav avatar Sep 08 '25 03:09 nicksav

Python 3.9.6

Ah, yep, that's it. Try upgrading your Python version. (FYI 3.9 is close to end of life https://devguide.python.org/versions/)

areibman avatar Sep 08 '25 03:09 areibman