airbyte-cdk 7.2.2__py3-none-any.whl → 7.2.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- airbyte_cdk/sources/streams/http/http_client.py +1 -1
- {airbyte_cdk-7.2.2.dist-info → airbyte_cdk-7.2.3.dist-info}/METADATA +1 -1
- {airbyte_cdk-7.2.2.dist-info → airbyte_cdk-7.2.3.dist-info}/RECORD +7 -7
- {airbyte_cdk-7.2.2.dist-info → airbyte_cdk-7.2.3.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-7.2.2.dist-info → airbyte_cdk-7.2.3.dist-info}/LICENSE_SHORT +0 -0
- {airbyte_cdk-7.2.2.dist-info → airbyte_cdk-7.2.3.dist-info}/WHEEL +0 -0
- {airbyte_cdk-7.2.2.dist-info → airbyte_cdk-7.2.3.dist-info}/entry_points.txt +0 -0
@@ -562,7 +562,7 @@ class HttpClient:
|
|
562
562
|
|
563
563
|
env_settings = self._session.merge_environment_settings(
|
564
564
|
url=request.url,
|
565
|
-
proxies=request_kwargs.get("proxies"),
|
565
|
+
proxies=request_kwargs.get("proxies", {}),
|
566
566
|
stream=request_kwargs.get("stream"),
|
567
567
|
verify=request_kwargs.get("verify"),
|
568
568
|
cert=request_kwargs.get("cert"),
|
@@ -382,7 +382,7 @@ airbyte_cdk/sources/streams/http/error_handlers/json_error_message_parser.py,sha
|
|
382
382
|
airbyte_cdk/sources/streams/http/error_handlers/response_models.py,sha256=xGIVELBFY0TmH9aUq1ikoqJz8oHLr6di2JLvKWVEO-s,2236
|
383
383
|
airbyte_cdk/sources/streams/http/exceptions.py,sha256=TTUpWq_qLPtdvXqYPpMhtYbFVQ7dGtajDVfjb6KQ8z8,2099
|
384
384
|
airbyte_cdk/sources/streams/http/http.py,sha256=0uariNq8OFnlX7iqOHwBhecxA-Hfd5hSY8_XCEgn3jI,28499
|
385
|
-
airbyte_cdk/sources/streams/http/http_client.py,sha256=
|
385
|
+
airbyte_cdk/sources/streams/http/http_client.py,sha256=7VzR4Cm5Sqm79SdFg26WXPzQC_-RclPHAFKiyCjoFs8,25442
|
386
386
|
airbyte_cdk/sources/streams/http/rate_limiting.py,sha256=IwdjrHKUnU97XO4qONgYRv4YYW51xQ8SJm4WLafXDB8,6351
|
387
387
|
airbyte_cdk/sources/streams/http/requests_native_auth/__init__.py,sha256=RN0D3nOX1xLgwEwKWu6pkGy3XqBFzKSNZ8Lf6umU2eY,413
|
388
388
|
airbyte_cdk/sources/streams/http/requests_native_auth/abstract_oauth.py,sha256=aWrBmJ8AhUtvtHhHq5JGVZFXjDa7jG8DZePG4gEs9VY,19800
|
@@ -457,9 +457,9 @@ airbyte_cdk/utils/slice_hasher.py,sha256=EDxgROHDbfG-QKQb59m7h_7crN1tRiawdf5uU7G
|
|
457
457
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=9YDJmnIGFsT51CVQf2tSSvTapGimITjEFGbUTSZAGTI,963
|
458
458
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
459
459
|
airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
460
|
-
airbyte_cdk-7.2.
|
461
|
-
airbyte_cdk-7.2.
|
462
|
-
airbyte_cdk-7.2.
|
463
|
-
airbyte_cdk-7.2.
|
464
|
-
airbyte_cdk-7.2.
|
465
|
-
airbyte_cdk-7.2.
|
460
|
+
airbyte_cdk-7.2.3.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
461
|
+
airbyte_cdk-7.2.3.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
462
|
+
airbyte_cdk-7.2.3.dist-info/METADATA,sha256=gZXCUx6Kq31vc4g4TcmcOfaNbnKlW4af5Ka_WqVjvSg,6798
|
463
|
+
airbyte_cdk-7.2.3.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
464
|
+
airbyte_cdk-7.2.3.dist-info/entry_points.txt,sha256=eLZ2UYvJZGm1s07Pplcs--1Gim60YhZWTb53j_dghwU,195
|
465
|
+
airbyte_cdk-7.2.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|