Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/component_owners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ components:
- lzchen
- gyliu513
- nirga
- codefromthecrypt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interactions:
host:
- api.openai.com
user-agent:
- OpenAI/Python 1.26.0
- OpenAI/Python 1.54.3
x-stainless-arch:
- arm64
x-stainless-async:
Expand All @@ -34,7 +34,9 @@ interactions:
x-stainless-os:
- MacOS
x-stainless-package-version:
- 1.26.0
- 1.54.3
x-stainless-retry-count:
- '0'
x-stainless-runtime:
- CPython
x-stainless-runtime-version:
Expand All @@ -56,13 +58,13 @@ interactions:
CF-Cache-Status:
- DYNAMIC
CF-RAY:
- 8dd0709dffd19c8c-SIN
- 8e0ca7056be15f93-SIN
Connection:
- keep-alive
Content-Type:
- application/json; charset=utf-8
Date:
- Mon, 04 Nov 2024 00:20:44 GMT
- Mon, 11 Nov 2024 07:43:38 GMT
Server:
- cloudflare
Set-Cookie: test_set_cookie
Expand All @@ -80,7 +82,7 @@ interactions:
vary:
- Origin
x-request-id:
- req_e08854c4f7d5104af6fdc755caed30fc
- req_75175efff56c313161c136c479e082ac
status:
code: 404
message: Not Found
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def deserialize(cassette_string):
return yaml.load(cassette_string, Loader=yaml.Loader)


@pytest.fixture(scope="module")
@pytest.fixture(scope="module", autouse=True)
def fixture_vcr(vcr):
vcr.register_serializer("yaml", PrettyPrintJSONBody)
return vcr
Expand Down
Loading