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: runpod/runpod-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.6
Choose a base ref
...
head repository: runpod/runpod-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.7.7
Choose a head ref
  • 3 commits
  • 4 files changed
  • 4 contributors

Commits on Dec 7, 2024

  1. Update cryptography requirement from <44.0.0 to <45.0.0 (#380)

    Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@0.1...44.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Dean Quiñanola <dean.quinanola@runpod.io>
    dependabot[bot] and deanq authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    527db3c View commit details
    Browse the repository at this point in the history
  2. Feature/E-2131 Utility function for resolving model-cache paths from …

    …Huggingface repositories (#377)
    
    * added a utility for resolving model cache paths from a huggingface repository
    
    * Added a TODO for the `path_template` key word argument
    
    * added unit tests for model cache resolver
    
    * fixed module documentation
    
    * resolve to None when a repository is improperly formatted
    
    * fixed comment wording
    
    ---------
    
    Co-authored-by: Dean Quiñanola <dean.quinanola@runpod.io>
    gabewillen and deanq authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    0a57890 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. fix: streamed errors were previously swallowed (#384)

    This created false-positive completed tasks
    deanq authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    d7a2131 View commit details
    Browse the repository at this point in the history
Loading