Skip to content

Commit 6f8bb0b

Browse files
feat(api): api update (#249)
1 parent 6677f5d commit 6f8bb0b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 32
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-c730f33e9faabe5c8868a7093515b6cfc9090555ef1677e06f6e1365715a5231.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-4ccfa8c2908a106904fb113cd9fc0380ae8f0d45ae1785af250cb50be8cc791e.yml

tests/test_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ class Model(BaseModel):
721721
[3, "", 0.5],
722722
[2, "", 0.5 * 2.0],
723723
[1, "", 0.5 * 4.0],
724-
[-1100, "", 7.8], # test large number potentially overflowing
724+
[-1100, "", 8], # test large number potentially overflowing
725725
],
726726
)
727727
@mock.patch("time.time", mock.MagicMock(return_value=1696004797))
@@ -1514,7 +1514,7 @@ class Model(BaseModel):
15141514
[3, "", 0.5],
15151515
[2, "", 0.5 * 2.0],
15161516
[1, "", 0.5 * 4.0],
1517-
[-1100, "", 7.8], # test large number potentially overflowing
1517+
[-1100, "", 8], # test large number potentially overflowing
15181518
],
15191519
)
15201520
@mock.patch("time.time", mock.MagicMock(return_value=1696004797))

0 commit comments

Comments
 (0)