1 parent 3435e04 commit 475b1d2Copy full SHA for 475b1d2
2 files changed
src/runloop_api_client/sdk/async_.py
@@ -461,8 +461,8 @@ async def upload_from_text(
461
async def upload_from_bytes(
462
self,
463
data: bytes,
464
- name: str,
465
*,
+ name: str,
466
content_type: ContentType,
467
metadata: Optional[Dict[str, str]] = None,
468
ttl: timedelta | None = None,
src/runloop_api_client/sdk/sync.py
@@ -447,8 +447,8 @@ def upload_from_text(
447
def upload_from_bytes(
448
449
450
451
452
453
454
0 commit comments