Skip to content
Merged
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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

# In-house dependencies
leaf-common>=1.2.24
leaf-server-common>=0.1.20
leaf-server-common>=0.1.21
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This version of leaf-server-common does NOT depend on protobuf <5.0 anymore


# These are needed for generating code from .proto files
grpcio>=1.62.0
grpcio-health-checking>=1.62.0
grpcio-reflection>=1.62.0
grpcio-tools>=1.62.0

protobuf>=4.25.3,<5.0
protobuf>=4.25.3
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Letting protobuf float


# Downgraded secondary dependencies for error-free pip installs
pyhocon>=0.3.60
Expand Down