Skip to content

fix(deps): bump h11 to 0.16.0 to resolve GHSA-vqfr-h8mv-ghfj#81367

Closed
Aaron ("AJ") Steers (aaronsteers) wants to merge 1 commit into
masterfrom
devin/1782943734-security-h11
Closed

fix(deps): bump h11 to 0.16.0 to resolve GHSA-vqfr-h8mv-ghfj#81367
Aaron ("AJ") Steers (aaronsteers) wants to merge 1 commit into
masterfrom
devin/1782943734-security-h11

fix(deps): bump h11 to 0.16.0 via httpcore 1.0.9 to resolve GHSA-vqfr…

22be6f9
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / `source-adjust` Connector Test Results failed Jul 1, 2026 in 0s

3 errors in 1s

3 tests   0 ✅  1s ⏱️
1 suites  0 💤
1 files    0 ❌  3 🔥

Results for commit 22be6f9.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / `source-adjust` Connector Test Results

airbyte-integrations.connectors.source-adjust.unit_tests.test_incremental_streams with error

airbyte-integrations/connectors/source-adjust/build/test-results/pytest-unit-tests-junit.xml [took 0s]
Raw output
collection failure
unit_tests/test_incremental_streams.py:8: in <module>
    from source_adjust.source import SourceAdjust
source_adjust/__init__.py:6: in <module>
    from .source import SourceAdjust
source_adjust/source.py:5: in <module>
    from airbyte_cdk.sources.declarative.yaml_declarative_source import YamlDeclarativeSource
/home/runner/.cache/pypoetry/virtualenvs/source-adjust-gx70a6vc-py3.11/lib/python3.11/site-packages/airbyte_cdk/__init__.py:27: in <module>
    from .sources.declarative.auth.token import BasicHttpAuthenticator, BearerAuthenticator, ApiKeyAuthenticator
/home/runner/.cache/pypoetry/virtualenvs/source-adjust-gx70a6vc-py3.11/lib/python3.11/site-packages/airbyte_cdk/sources/declarative/auth/token.py:12: in <module>
    from airbyte_cdk.sources.declarative.auth.token_provider import TokenProvider
/home/runner/.cache/pypoetry/virtualenvs/source-adjust-gx70a6vc-py3.11/lib/python3.11/site-packages/airbyte_cdk/sources/declarative/auth/token_provider.py:31: in <module>
    @dataclass
/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/dataclasses.py:1232: in dataclass
    return wrap(cls)
/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/dataclasses.py:1222: in wrap
    return _process_class(cls, init, repr, eq, order, unsafe_hash,
/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/dataclasses.py:958: in _process_class
    cls_fields.append(_get_field(cls, name, type, kw_only))
/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/dataclasses.py:815: in _get_field
    raise ValueError(f'mutable default {type(f.default)} for field '
E   ValueError: mutable default <class 'airbyte_cdk.sources.declarative.decoders.json_decoder.JsonDecoder'> for field _decoder is not allowed: use default_factory

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / `source-adjust` Connector Test Results

airbyte-integrations.connectors.source-adjust.unit_tests.test_source with error

airbyte-integrations/connectors/source-adjust/build/test-results/pytest-unit-tests-junit.xml [took 0s]
Raw output
collection failure
unit_tests/test_source.py:6: in <module>
    from source_adjust.source import SourceAdjust
source_adjust/__init__.py:6: in <module>
    from .source import SourceAdjust
source_adjust/source.py:5: in <module>
    from airbyte_cdk.sources.declarative.yaml_declarative_source import YamlDeclarativeSource
/home/runner/.cache/pypoetry/virtualenvs/source-adjust-gx70a6vc-py3.11/lib/python3.11/site-packages/airbyte_cdk/sources/declarative/yaml_declarative_source.py:9: in <module>
    from airbyte_cdk.sources.declarative.manifest_declarative_source import ManifestDeclarativeSource
/home/runner/.cache/pypoetry/virtualenvs/source-adjust-gx70a6vc-py3.11/lib/python3.11/site-packages/airbyte_cdk/sources/declarative/manifest_declarative_source.py:21: in <module>
    from airbyte_cdk.sources.declarative.checks.connection_checker import ConnectionChecker
/home/runner/.cache/pypoetry/virtualenvs/source-adjust-gx70a6vc-py3.11/lib/python3.11/site-packages/airbyte_cdk/__init__.py:27: in <module>
    from .sources.declarative.auth.token import BasicHttpAuthenticator, BearerAuthenticator, ApiKeyAuthenticator
/home/runner/.cache/pypoetry/virtualenvs/source-adjust-gx70a6vc-py3.11/lib/python3.11/site-packages/airbyte_cdk/sources/declarative/auth/token.py:12: in <module>
    from airbyte_cdk.sources.declarative.auth.token_provider import TokenProvider
/home/runner/.cache/pypoetry/virtualenvs/source-adjust-gx70a6vc-py3.11/lib/python3.11/site-packages/airbyte_cdk/sources/declarative/auth/token_provider.py:31: in <module>
    @dataclass
/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/dataclasses.py:1232: in dataclass
    return wrap(cls)
/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/dataclasses.py:1222: in wrap
    return _process_class(cls, init, repr, eq, order, unsafe_hash,
/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/dataclasses.py:958: in _process_class
    cls_fields.append(_get_field(cls, name, type, kw_only))
/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/dataclasses.py:815: in _get_field
    raise ValueError(f'mutable default {type(f.default)} for field '
E   ValueError: mutable default <class 'airbyte_cdk.sources.declarative.decoders.json_decoder.JsonDecoder'> for field _decoder is not allowed: use default_factory

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / `source-adjust` Connector Test Results

airbyte-integrations.connectors.source-adjust.unit_tests.test_streams with error

airbyte-integrations/connectors/source-adjust/build/test-results/pytest-unit-tests-junit.xml [took 0s]
Raw output
collection failure
unit_tests/test_streams.py:9: in <module>
    from source_adjust.source import SourceAdjust
source_adjust/__init__.py:6: in <module>
    from .source import SourceAdjust
source_adjust/source.py:5: in <module>
    from airbyte_cdk.sources.declarative.yaml_declarative_source import YamlDeclarativeSource
/home/runner/.cache/pypoetry/virtualenvs/source-adjust-gx70a6vc-py3.11/lib/python3.11/site-packages/airbyte_cdk/sources/declarative/yaml_declarative_source.py:9: in <module>
    from airbyte_cdk.sources.declarative.manifest_declarative_source import ManifestDeclarativeSource
/home/runner/.cache/pypoetry/virtualenvs/source-adjust-gx70a6vc-py3.11/lib/python3.11/site-packages/airbyte_cdk/sources/declarative/manifest_declarative_source.py:23: in <module>
    from airbyte_cdk.sources.declarative.models.declarative_component_schema import CheckStream as CheckStreamModel
/home/runner/.cache/pypoetry/virtualenvs/source-adjust-gx70a6vc-py3.11/lib/python3.11/site-packages/airbyte_cdk/__init__.py:27: in <module>
    from .sources.declarative.auth.token import BasicHttpAuthenticator, BearerAuthenticator, ApiKeyAuthenticator
/home/runner/.cache/pypoetry/virtualenvs/source-adjust-gx70a6vc-py3.11/lib/python3.11/site-packages/airbyte_cdk/sources/declarative/auth/token.py:12: in <module>
    from airbyte_cdk.sources.declarative.auth.token_provider import TokenProvider
/home/runner/.cache/pypoetry/virtualenvs/source-adjust-gx70a6vc-py3.11/lib/python3.11/site-packages/airbyte_cdk/sources/declarative/auth/token_provider.py:31: in <module>
    @dataclass
/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/dataclasses.py:1232: in dataclass
    return wrap(cls)
/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/dataclasses.py:1222: in wrap
    return _process_class(cls, init, repr, eq, order, unsafe_hash,
/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/dataclasses.py:958: in _process_class
    cls_fields.append(_get_field(cls, name, type, kw_only))
/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/dataclasses.py:815: in _get_field
    raise ValueError(f'mutable default {type(f.default)} for field '
E   ValueError: mutable default <class 'airbyte_cdk.sources.declarative.decoders.json_decoder.JsonDecoder'> for field _decoder is not allowed: use default_factory