Skip to content

Commit

Permalink
Update to use google.generativelanguage 0.6.10. (#568)
Browse files Browse the repository at this point in the history
* use the new generativelanguage==6.10

Change-Id: Ib65e073ad61c810e5b4d3c01bce71fc45af188d3

* Update version

Change-Id: I32c344c366cfa753230435d6b4576f3309fc968f

* 0.6.10

Change-Id: I265b5a3ab6ce598ce4c6383c5b4dd065842276f3
  • Loading branch information
MarkDaoust authored Sep 24, 2024
1 parent 36e001a commit 8f7f5cb
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.8.1"
__version__ = "0.8.2"
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@https://storage.googleapis.com/generativeai-downloads/preview/ai-generativelanguage-v1beta-py.tar.gz",
"google-ai-generativelanguage==0.6.10",
"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 8f7f5cb

Please sign in to comment.