Skip to content

Commit

Permalink
Update google-ai-generativelanguage version (#665)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update version.py
  • Loading branch information
MarkDaoust authored Jan 21, 2025
1 parent 5a3ba73 commit 92b287d
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.3"
__version__ = "0.8.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.13",
"google-ai-generativelanguage==0.6.15",
"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 92b287d

Please sign in to comment.