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: caikit/caikit-nlp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.5
Choose a base ref
...
head repository: caikit/caikit-nlp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.6
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 26, 2024

  1. Update caikit[runtime-grpc,runtime-http] requirement

    Updates the requirements on [caikit[runtime-grpc,runtime-http]](https://github.com/caikit/caikit) to permit the latest version.
    - [Release notes](https://github.com/caikit/caikit/releases)
    - [Changelog](https://github.com/caikit/caikit/blob/main/releases.md)
    - [Commits](caikit/caikit@v0.26.34...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: caikit[runtime-grpc,runtime-http]
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 26, 2024
    Copy the full SHA
    d3c3371 View commit details

Commits on Sep 5, 2024

  1. Merge pull request #386 from caikit/dependabot/pip/caikit-runtime-grp…

    …cruntime-http--gte-0.26.34-and-lt-0.28.0
    
    Update caikit[runtime-grpc,runtime-http] requirement from <0.27.0,>=0.26.34 to >=0.26.34,<0.28.0
    evaline-ju authored Sep 5, 2024
    Copy the full SHA
    4a027d3 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pyproject.toml
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ classifiers=[
"License :: OSI Approved :: Apache Software License"
]
dependencies = [
"caikit[runtime-grpc,runtime-http]>=0.26.34,<0.27.0",
"caikit[runtime-grpc,runtime-http]>=0.26.34,<0.28.0",
"caikit-tgis-backend>=0.1.36,<0.2.0",
# TODO: loosen dependencies
"grpcio>=1.62.2", # explicitly pin grpc dependencies to a recent version to avoid pip backtracking