Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python312Packages.google-generativeai: 0.7.2 -> 0.8.2 #340909

Conversation

r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python312Packages.google-generativeai is: Python client library for Google's large language model PaLM API

meta.homepage for python312Packages.google-generativeai is: https://github.com/google/generative-ai-python

meta.changelog for python312Packages.google-generativeai is: https://github.com/google/generative-ai-python/releases/tag/v0.8.0

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.8.0 in filename of file in /nix/store/3fc6bflg94jkifspnyh90zkbi9c9z0pd-python3.12-google-generativeai-0.8.0

Rebuild report (if merged into master) (click to expand)
11 total rebuild path(s)

11 package rebuild(s)

First fifty rebuilds by attrpath

home-assistant-component-tests.google_generative_ai_conversation
open-interpreter
open-webui
python311Packages.google-generativeai
python311Packages.llama-index-embeddings-gemini
python311Packages.llama-index-embeddings-google
python311Packages.llama-index-vector-stores-google
python311Packages.open-interpreter
python312Packages.google-generativeai
python312Packages.open-interpreter
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/3fc6bflg94jkifspnyh90zkbi9c9z0pd-python3.12-google-generativeai-0.8.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python312Packages.google-generativeai https://github.com/r-ryantm/nixpkgs/archive/8f4872e25742166694dad99ca10b8b34ef8dc71c.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/8f4872e25742166694dad99ca10b8b34ef8dc71c#python312Packages.google-generativeai

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/3fc6bflg94jkifspnyh90zkbi9c9z0pd-python3.12-google-generativeai-0.8.0
ls -la /nix/store/3fc6bflg94jkifspnyh90zkbi9c9z0pd-python3.12-google-generativeai-0.8.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package failed to build:
  • home-assistant-component-tests.google_generative_ai_conversation
16 packages built:
  • open-interpreter (python312Packages.open-interpreter)
  • open-interpreter.dist (python312Packages.open-interpreter.dist)
  • open-webui
  • open-webui.dist
  • python311Packages.google-generativeai
  • python311Packages.google-generativeai.dist
  • python311Packages.llama-index-embeddings-gemini
  • python311Packages.llama-index-embeddings-gemini.dist
  • python311Packages.llama-index-embeddings-google
  • python311Packages.llama-index-embeddings-google.dist
  • python311Packages.llama-index-vector-stores-google
  • python311Packages.llama-index-vector-stores-google.dist
  • python311Packages.open-interpreter
  • python311Packages.open-interpreter.dist
  • python312Packages.google-generativeai
  • python312Packages.google-generativeai.dist

Maintainer pings

cc @fabaff for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@ofborg ofborg bot requested a review from fabaff September 10, 2024 03:02
@natsukium natsukium marked this pull request as draft September 14, 2024 00:37
@r-ryantm r-ryantm force-pushed the auto-update/python312Packages.google-generativeai branch from 8f4872e to 99c46bd Compare September 22, 2024 09:49
@r-ryantm r-ryantm changed the title python312Packages.google-generativeai: 0.7.2 -> 0.8.0 python312Packages.google-generativeai: 0.7.2 -> 0.8.1 Sep 22, 2024
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python312Packages.google-generativeai is: Python client library for Google's large language model PaLM API

meta.homepage for python312Packages.google-generativeai is: https://github.com/google/generative-ai-python

meta.changelog for python312Packages.google-generativeai is: https://github.com/google/generative-ai-python/releases/tag/v0.8.1

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.8.1 with grep in /nix/store/lvwk4py6af1w9py4x5f83j4r3nvi2vl1-python3.12-google-generativeai-0.8.1
  • found 0.8.1 in filename of file in /nix/store/lvwk4py6af1w9py4x5f83j4r3nvi2vl1-python3.12-google-generativeai-0.8.1

Rebuild report (if merged into master) (click to expand)
15 total rebuild path(s)

15 package rebuild(s)

First fifty rebuilds by attrpath

home-assistant-component-tests.google_generative_ai_conversation
open-interpreter
open-webui
python311Packages.flyingsquid
python311Packages.google-generativeai
python311Packages.llama-index-embeddings-gemini
python311Packages.llama-index-embeddings-google
python311Packages.llama-index-vector-stores-google
python311Packages.open-interpreter
python311Packages.pgmpy
python312Packages.flyingsquid
python312Packages.google-generativeai
python312Packages.open-interpreter
python312Packages.pgmpy
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/lvwk4py6af1w9py4x5f83j4r3nvi2vl1-python3.12-google-generativeai-0.8.1 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python312Packages.google-generativeai https://github.com/r-ryantm/nixpkgs/archive/99c46bdfcbcb49bdbf209eea0dcc475022f27125.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/99c46bdfcbcb49bdbf209eea0dcc475022f27125#python312Packages.google-generativeai

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/lvwk4py6af1w9py4x5f83j4r3nvi2vl1-python3.12-google-generativeai-0.8.1
ls -la /nix/store/lvwk4py6af1w9py4x5f83j4r3nvi2vl1-python3.12-google-generativeai-0.8.1/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

5 packages failed to build:
  • home-assistant-component-tests.google_generative_ai_conversation
  • open-interpreter (python312Packages.open-interpreter)
  • open-interpreter.dist (python312Packages.open-interpreter.dist)
  • python311Packages.open-interpreter
  • python311Packages.open-interpreter.dist
20 packages built:
  • open-webui
  • open-webui.dist
  • python311Packages.flyingsquid
  • python311Packages.flyingsquid.dist
  • python311Packages.google-generativeai
  • python311Packages.google-generativeai.dist
  • python311Packages.llama-index-embeddings-gemini
  • python311Packages.llama-index-embeddings-gemini.dist
  • python311Packages.llama-index-embeddings-google
  • python311Packages.llama-index-embeddings-google.dist
  • python311Packages.llama-index-vector-stores-google
  • python311Packages.llama-index-vector-stores-google.dist
  • python311Packages.pgmpy
  • python311Packages.pgmpy.dist
  • python312Packages.flyingsquid
  • python312Packages.flyingsquid.dist
  • python312Packages.google-generativeai
  • python312Packages.google-generativeai.dist
  • python312Packages.pgmpy
  • python312Packages.pgmpy.dist

Maintainer pings

cc @fabaff for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm changed the title python312Packages.google-generativeai: 0.7.2 -> 0.8.1 python312Packages.google-generativeai: 0.7.2 -> 0.8.2 Oct 1, 2024
@r-ryantm r-ryantm force-pushed the auto-update/python312Packages.google-generativeai branch from 99c46bd to 27e81ee Compare October 1, 2024 03:11
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Oct 1, 2024

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python312Packages.google-generativeai is: Python client library for Google's large language model PaLM API

meta.homepage for python312Packages.google-generativeai is: https://github.com/google/generative-ai-python

meta.changelog for python312Packages.google-generativeai is: https://github.com/google/generative-ai-python/releases/tag/v0.8.2

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.8.2 with grep in /nix/store/x3sgsjq96hv8jfhlhx00rvq2h9brcz26-python3.12-google-generativeai-0.8.2
  • found 0.8.2 in filename of file in /nix/store/x3sgsjq96hv8jfhlhx00rvq2h9brcz26-python3.12-google-generativeai-0.8.2

Rebuild report (if merged into master) (click to expand)
15 total rebuild path(s)

15 package rebuild(s)

First fifty rebuilds by attrpath

home-assistant-component-tests.google_generative_ai_conversation
open-interpreter
open-webui
python311Packages.flyingsquid
python311Packages.google-generativeai
python311Packages.llama-index-embeddings-gemini
python311Packages.llama-index-embeddings-google
python311Packages.llama-index-vector-stores-google
python311Packages.open-interpreter
python311Packages.pgmpy
python312Packages.flyingsquid
python312Packages.google-generativeai
python312Packages.open-interpreter
python312Packages.pgmpy
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/x3sgsjq96hv8jfhlhx00rvq2h9brcz26-python3.12-google-generativeai-0.8.2 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python312Packages.google-generativeai https://github.com/r-ryantm/nixpkgs/archive/27e81ee8d8594e95b6dfc24640a2d6d62ed2225f.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/27e81ee8d8594e95b6dfc24640a2d6d62ed2225f#python312Packages.google-generativeai

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/x3sgsjq96hv8jfhlhx00rvq2h9brcz26-python3.12-google-generativeai-0.8.2
ls -la /nix/store/x3sgsjq96hv8jfhlhx00rvq2h9brcz26-python3.12-google-generativeai-0.8.2/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

5 packages failed to build:
  • home-assistant-component-tests.google_generative_ai_conversation
  • open-interpreter (python312Packages.open-interpreter)
  • open-interpreter.dist (python312Packages.open-interpreter.dist)
  • python311Packages.open-interpreter
  • python311Packages.open-interpreter.dist
20 packages built:
  • open-webui
  • open-webui.dist
  • python311Packages.flyingsquid
  • python311Packages.flyingsquid.dist
  • python311Packages.google-generativeai
  • python311Packages.google-generativeai.dist
  • python311Packages.llama-index-embeddings-gemini
  • python311Packages.llama-index-embeddings-gemini.dist
  • python311Packages.llama-index-embeddings-google
  • python311Packages.llama-index-embeddings-google.dist
  • python311Packages.llama-index-vector-stores-google
  • python311Packages.llama-index-vector-stores-google.dist
  • python311Packages.pgmpy
  • python311Packages.pgmpy.dist
  • python312Packages.flyingsquid
  • python312Packages.flyingsquid.dist
  • python312Packages.google-generativeai
  • python312Packages.google-generativeai.dist
  • python312Packages.pgmpy
  • python312Packages.pgmpy.dist

Maintainer pings

cc @fabaff for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@dotlambda
Copy link
Member

included in #346048

@dotlambda dotlambda closed this Oct 3, 2024
@r-ryantm r-ryantm deleted the auto-update/python312Packages.google-generativeai branch October 3, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants