Skip to content

Commit

Permalink
Update version of generativelanguage to fix timeout errors. (#345)
Browse files Browse the repository at this point in the history
Change-Id: I2c1d977cbe2210d737a0aee563c373156975ba82
  • Loading branch information
MarkDaoust committed May 17, 2024
1 parent efead6b commit 55cca2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/generativeai/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
from __future__ import annotations

__version__ = "0.5.3"
__version__ = "0.5.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_version():
release_status = "Development Status :: 5 - Production/Stable"

dependencies = [
"google-ai-generativelanguage==0.6.3",
"google-ai-generativelanguage==0.6.4",
"google-api-core",
"google-api-python-client",
"google-auth>=2.15.0", # 2.15 adds API key auth support
Expand Down

0 comments on commit 55cca2f

Please sign in to comment.