Skip to content

Commit 09faed7

Browse files
authored
Merge pull request #7 from toondb/release/0.3.7
Fix Collection.insert silent failure bug
2 parents db42f63 + ba78cf9 commit 09faed7

4 files changed

Lines changed: 749 additions & 122 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ __pycache__/
55

66
# C extensions
77
*.so
8+
_bin/
89

910
# Distribution / packaging
1011
.Python

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ classifiers = [
3636
requires-python = ">=3.9"
3737
dependencies = [
3838
"numpy>=1.20",
39+
"grpcio>=1.50.0",
40+
"grpcio-tools>=1.50.0",
41+
"protobuf>=4.0.0",
3942
]
4043

4144
[project.optional-dependencies]

0 commit comments

Comments
 (0)