Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion livekit-protocol/livekit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PyGObject==3.46.0
PyGObject==3.56.3

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟑 Python 3.9 installations fail

Under Python 3.9, PyGObject==3.56.3 fails dependency resolution because that release requires Python 3.10. The protocol package still advertises Python 3.9 support.

Prompt for agents
The livekit-protocol package declares requires-python >=3.9.0 and includes a Python 3.9 classifier, while PyGObject 3.56.3 declares requires-python >=3.10. Either select the newest PyGObject release compatible with Python 3.9 for livekit-protocol/livekit/requirements.txt, or intentionally raise the package's minimum Python version and update its classifiers and all related compatibility configuration.
Devin Review

Was this helpful? React with πŸ‘ or πŸ‘Ž to provide feedback.

Loading