Skip to content

Commit 55cca2f

Browse files
authored
Update version of generativelanguage to fix timeout errors. (google-gemini#345)
Change-Id: I2c1d977cbe2210d737a0aee563c373156975ba82
1 parent efead6b commit 55cca2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/generativeai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
from __future__ import annotations
1616

17-
__version__ = "0.5.3"
17+
__version__ = "0.5.4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_version():
4242
release_status = "Development Status :: 5 - Production/Stable"
4343

4444
dependencies = [
45-
"google-ai-generativelanguage==0.6.3",
45+
"google-ai-generativelanguage==0.6.4",
4646
"google-api-core",
4747
"google-api-python-client",
4848
"google-auth>=2.15.0", # 2.15 adds API key auth support

0 commit comments

Comments
 (0)