Skip to content

Commit 9c8345c

Browse files
Python rate limit build fix (#185)
1 parent 847c0b4 commit 9c8345c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
betterproto~=2.0.0b3
22
grpclib~=0.4.1
33
grpcio-tools
4-
trinsic-okapi~=1.0.3
4+
trinsic-okapi~=1.0.4

python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ python_requires = >=3.8
2121
install_requires =
2222
grpclib
2323
betterproto>=2.0.0b3
24-
trinsic-okapi>=1.0.3
24+
trinsic-okapi>=1.0.4
2525

2626
[options.packages.find]
2727
exclude = tests

0 commit comments

Comments
 (0)