We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3ba73 commit 92b287dCopy full SHA for 92b287d
google/generativeai/version.py
@@ -14,4 +14,4 @@
14
# limitations under the License.
15
from __future__ import annotations
16
17
-__version__ = "0.8.3"
+__version__ = "0.8.4"
setup.py
@@ -42,7 +42,7 @@ def get_version():
42
release_status = "Development Status :: 5 - Production/Stable"
43
44
dependencies = [
45
- "google-ai-generativelanguage==0.6.13",
+ "google-ai-generativelanguage==0.6.15",
46
"google-api-core",
47
"google-api-python-client",
48
"google-auth>=2.15.0", # 2.15 adds API key auth support
0 commit comments