Skip to content

Commit b95a1be

Browse files
Update protobuf requirement in /AskAgent/python
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.34.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8426094 commit b95a1be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AskAgent/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jsonschema>=4.19.1
66
mcp>=1.0.0
77
marshmallow<4.0.0
88
packaging>=16.8,<27
9-
protobuf<5,>=3.20
9+
protobuf>=3.20,<8
1010
matplotlib>=3.8.0
1111
python-dotenv>=1.0.0
1212
aiohttp>=3.9.1

0 commit comments

Comments
 (0)