Skip to content
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

[Bug]: protobuf 5.29.0 has been yanked from pypi #553

Closed
3 tasks
tcdent opened this issue Dec 6, 2024 · 3 comments
Closed
3 tasks

[Bug]: protobuf 5.29.0 has been yanked from pypi #553

tcdent opened this issue Dec 6, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@tcdent
Copy link

tcdent commented Dec 6, 2024

Contact Details

No response

πŸ“¦ Package Version

0.3.19

🎞️ Framework Version

No response

πŸ”Ž Describe the Bug

protobuf== 5.29.0 is no longer available.

protocolbuffers/protobuf#19430 (comment)

🀝 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.
@tcdent tcdent added the bug Something isn't working label Dec 6, 2024
@areibman
Copy link
Contributor

areibman commented Dec 8, 2024

Weird, we don't have protobuf in our pyproject.toml. I wonder why this is happening?

@tcdent
Copy link
Author

tcdent commented Dec 9, 2024

I think it's actually a dependency of a dependency, but I haven't been able to track it down the graph yet.

@teocns
Copy link
Contributor

teocns commented Dec 9, 2024

On a clean env:

➜  agentops git:(main) uv pip freeze | grep proto               
googleapis-common-protos==1.66.0
opentelemetry-exporter-otlp-proto-common==1.22.0
opentelemetry-exporter-otlp-proto-http==1.22.0
opentelemetry-proto==1.22.0
protobuf==4.24.4
➜  agentops git:(main) uv pip show protobuf      
Name: protobuf
Version: 4.24.4
Location: /Users/beyond/agentops/.venv/lib/python3.12/site-packages
Requires:
Required-by: googleapis-common-protos, opentelemetry-proto

Introduced in #529

Try cleaning your environment's cache

@teocns teocns closed this as completed Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants