Skip to content

Commit 6608c8c

Browse files
authored
[FSTORE-1672][4.1][APPEND-2] Add missing packaging dependency (logicalclocks#475)
* adding packaging to pyprojects * unpinning packaging
1 parent e1ebeeb commit 6608c8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dependencies = [
5555
"tqdm",
5656
"grpcio>=1.49.1,<2.0.0", # ^1.49.1
5757
"protobuf>=4.25.4,<5.0.0", # ^4.25.4
58+
"packaging", # ^21.0
5859
]
5960

6061
[project.optional-dependencies]

0 commit comments

Comments
 (0)