Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: padchapoom/python-docs-samples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: GoogleCloudPlatform/python-docs-samples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 20 files changed
  • 7 contributors

Commits on Dec 12, 2025

  1. chore(deps): bump urllib3 (GoogleCloudPlatform#13666)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.5.0...2.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-version: 2.6.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    6cbd328 View commit details
    Browse the repository at this point in the history
  2. chore(genai): Update tools_google_search_with_txt.py to include examp…

    …le for exclude… (GoogleCloudPlatform#13600)
    
    * Update tools_google_search_with_txt.py to include example for exclude_domains
    
    * Update genai/tools/tools_google_search_with_txt.py
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * Update genai/tools/tools_google_search_with_txt.py
    
    * Update requirements
    
    * Update genai/tools/requirements.txt
    
    Co-authored-by: Katie McLaughlin <[email protected]>
    
    ---------
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    Co-authored-by: Holt Skinner <[email protected]>
    Co-authored-by: Katie McLaughlin <[email protected]>
    4 people authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    e1fe831 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. feat: Custom Credential Supplier Documentation (GoogleCloudPlatform#1…

    …3634)
    
    * Included changes for python script for custom credential suppliers.
    
    * Made some test and format changes.
    
    * Scripts now read from a file instead of env variables. Changed readmes as well.
    
    * Added license header to pod.yaml.
    
    * fix: Update Dockerfile
    
    this updates to a more modern version of python and leverages the benefits of Docker's Layer caching. requirements.txt will rarely change so this way the depedency layer is cached and only rebuilt if you explictly change requirements.txt.
    
    * fix: clarify comments
    
    * fix: refactor main to seprate concerns simplify testing 
    
    need to refactor testing based on this separation.
    
    * fix: update testing to match refactored main.
    
    * fix: update version to test
    
    * fix: use latest python
    
    * fix: last line
    
    * fix: address issues introduced in gitignore file
    
    * fix: cleanup README documentation.
    
    * fix: refine the README instructions.
    
    * fix: Apply suggestion from @gemini-code-assist[bot]
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * fix: starting region tag
    
    * fix: address whitespace linting issue
    
    * fix: address linting
    
    * Now using the storage library instead of calling the storage endpoint.
    
    * Removed unnecessary comments.
    
    * Formatting changes.
    
    * Changed default scopes.
    
    * Fixed PR Build run fixes.
    
    ---------
    
    Co-authored-by: Jennifer Davis <[email protected]>
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    3 people authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    a1cc7a4 View commit details
    Browse the repository at this point in the history
Loading