Skip to content

Commit 8f7f5cb

Browse files
authored
Update to use google.generativelanguage 0.6.10. (#568)
* use the new generativelanguage==6.10 Change-Id: Ib65e073ad61c810e5b4d3c01bce71fc45af188d3 * Update version Change-Id: I32c344c366cfa753230435d6b4576f3309fc968f * 0.6.10 Change-Id: I265b5a3ab6ce598ce4c6383c5b4dd065842276f3
1 parent 36e001a commit 8f7f5cb

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.8.1"
17+
__version__ = "0.8.2"

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@https://storage.googleapis.com/generativeai-downloads/preview/ai-generativelanguage-v1beta-py.tar.gz",
45+
"google-ai-generativelanguage==0.6.10",
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)