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: googleapis/langchain-google-bigtable-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: googleapis/langchain-google-bigtable-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 9 commits
  • 11 files changed
  • 6 contributors

Commits on May 7, 2024

  1. chore(deps): bump jinja2 from 3.1.3 to 3.1.4 in /.kokoro (#49)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.3...3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    6e33931 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. ci: Add blunderbuss config (#51)

    * ci: Add blunderbuss config
    
    * ignore header
    duwenxin99 authored May 20, 2024
    Configuration menu
    Copy the full SHA
    51fbde3 View commit details
    Browse the repository at this point in the history
  2. ci: Add code coverage check (#50)

    * ci: Add code coverage check
    
    * add cloud build test arg
    
    * fix typo
    
    ---------
    
    Co-authored-by: Averi Kitsch <[email protected]>
    duwenxin99 and averikitsch authored May 20, 2024
    Configuration menu
    Copy the full SHA
    184ad84 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump requests from 2.31.0 to 2.32.0 in /.kokoro (#53)

    updated-dependencies:
    - dependency-name: requests
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    90b0f83 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. chore(deps): bump urllib3 from 2.2.1 to 2.2.2 in /.kokoro (#58)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.2.1...2.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1c248b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. fix: Increase delay in test (#60)

    * Increase delay in test 
    
    It seems 10 seconds are not enough time to wait for eventual consistency.
    
    * Update test_bigtable_loader.py
    ron-gal authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f3ac73a View commit details
    Browse the repository at this point in the history
  2. chore(deps): update python-nonmajor (#55)

    Co-authored-by: Averi Kitsch <[email protected]>
    renovate-bot and averikitsch authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f0a2475 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. chore(deps): update dependency langchain-community to v0.2.5 [securit…

    …y] (#57)
    
    * chore(deps): update dependency langchain-community to v0.2.5 [security]
    
    * Update requirements.txt
    
    ---------
    
    Co-authored-by: Averi Kitsch <[email protected]>
    renovate-bot and averikitsch authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a8849ab View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. chore(main): release 0.2.2 (#61)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    44c4ff9 View commit details
    Browse the repository at this point in the history
Loading