dbt-common 0.1.5__tar.gz → 1.0.0b1__tar.gz
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.
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/PKG-INFO +21 -20
- dbt_common-1.0.0b1/dbt_common/__about__.py +1 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/events/contextvars.py +9 -9
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/pyproject.toml +21 -20
- dbt_common-0.1.5/dbt_common/__about__.py +0 -1
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/.gitignore +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/CHANGELOG.md +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/LICENSE +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/README.md +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/codecov.yml +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/__init__.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/clients/__init__.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/clients/_jinja_blocks.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/clients/agate_helper.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/clients/jinja.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/clients/system.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/constants.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/context.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/contracts/__init__.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/contracts/config/__init__.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/contracts/config/base.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/contracts/config/materialization.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/contracts/config/metadata.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/contracts/config/properties.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/contracts/constraints.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/contracts/util.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/dataclass_schema.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/events/README.md +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/events/__init__.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/events/base_types.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/events/event_handler.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/events/event_manager.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/events/event_manager_client.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/events/format.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/events/functions.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/events/helpers.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/events/interfaces.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/events/logger.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/events/types.proto +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/events/types.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/events/types_pb2.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/exceptions/__init__.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/exceptions/base.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/exceptions/cache.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/exceptions/connection.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/exceptions/contracts.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/exceptions/events.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/exceptions/jinja.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/exceptions/macros.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/exceptions/system.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/helper_types.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/invocation.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/py.typed +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/semver.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/tests.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/ui.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/utils/__init__.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/utils/casting.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/utils/connection.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/utils/dict.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/utils/encoding.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/utils/executor.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/utils/formatting.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/dbt_common/utils/jinja.py +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/docs/arch/adr-0001-build-tooling.md +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/agate/__init__.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/agate/data_types.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/colorama/__init__.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/isodate/__init__.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/__init__.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/config.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/__init__.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/const.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/helpers.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/meta/__init__.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/meta/code/__init__.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/meta/code/builder.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/meta/code/lines.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/meta/helpers.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/meta/mixin.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/meta/types/__init__.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/meta/types/common.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/meta/types/pack.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/meta/types/unpack.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/dialect.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/exceptions.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/helper.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/jsonschema/__init__.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/jsonschema/annotations.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/jsonschema/builder.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/jsonschema/dialects.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/jsonschema/models.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/jsonschema/schema.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/mixins/__init__.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/mixins/dict.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/mixins/json.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/mixins/msgpack.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/mixins/orjson.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/mixins/toml.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/mixins/yaml.pyi +0 -0
- {dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/types.pyi +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dbt-common
|
3
|
-
Version: 0.
|
3
|
+
Version: 1.0.0b1
|
4
4
|
Summary: The shared common utilities that dbt-core and adapter implementations use
|
5
5
|
Project-URL: Homepage, https://github.com/dbt-labs/dbt-common
|
6
6
|
Project-URL: Repository, https://github.com/dbt-labs/dbt-common.git
|
@@ -20,42 +20,43 @@ Classifier: Programming Language :: Python :: 3.8
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.9
|
21
21
|
Classifier: Programming Language :: Python :: 3.10
|
22
22
|
Classifier: Programming Language :: Python :: 3.11
|
23
|
+
Classifier: Programming Language :: Python :: 3.12
|
23
24
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
24
25
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
25
26
|
Requires-Python: >=3.8
|
26
|
-
Requires-Dist: agate
|
27
|
+
Requires-Dist: agate<1.8,>=1.7.0
|
27
28
|
Requires-Dist: colorama<0.5,>=0.3.9
|
28
29
|
Requires-Dist: isodate<0.7,>=0.6
|
29
|
-
Requires-Dist: jinja2
|
30
|
-
Requires-Dist: jsonschema
|
31
|
-
Requires-Dist: mashumaro[msgpack]
|
30
|
+
Requires-Dist: jinja2<4,>=3.1.3
|
31
|
+
Requires-Dist: jsonschema<5.0,>=4.0
|
32
|
+
Requires-Dist: mashumaro[msgpack]<4.0,>=3.9
|
32
33
|
Requires-Dist: pathspec<0.12,>=0.9
|
33
|
-
Requires-Dist: protobuf
|
34
|
-
Requires-Dist: python-dateutil
|
34
|
+
Requires-Dist: protobuf<5.0.0,>=4.0.0
|
35
|
+
Requires-Dist: python-dateutil<3.0,>=2.0
|
35
36
|
Requires-Dist: requests<3.0.0
|
36
|
-
Requires-Dist: typing-extensions
|
37
|
+
Requires-Dist: typing-extensions<5.0,>=4.4
|
37
38
|
Provides-Extra: build
|
38
39
|
Requires-Dist: check-wheel-contents; extra == 'build'
|
39
40
|
Requires-Dist: twine; extra == 'build'
|
40
41
|
Requires-Dist: wheel; extra == 'build'
|
41
42
|
Provides-Extra: lint
|
42
|
-
Requires-Dist: black
|
43
|
+
Requires-Dist: black<24.0,>=23.3; extra == 'lint'
|
43
44
|
Requires-Dist: flake8; extra == 'lint'
|
44
45
|
Requires-Dist: flake8-docstrings; extra == 'lint'
|
45
46
|
Requires-Dist: flake8-pyproject; extra == 'lint'
|
46
|
-
Requires-Dist: mypy
|
47
|
-
Requires-Dist: pytest
|
48
|
-
Requires-Dist: types-jinja2
|
49
|
-
Requires-Dist: types-jsonschema
|
50
|
-
Requires-Dist: types-protobuf
|
51
|
-
Requires-Dist: types-python-dateutil
|
52
|
-
Requires-Dist: types-pyyaml
|
47
|
+
Requires-Dist: mypy<2.0,>=1.3; extra == 'lint'
|
48
|
+
Requires-Dist: pytest<8.0,>=7.3; extra == 'lint'
|
49
|
+
Requires-Dist: types-jinja2<3.0,>=2.11; extra == 'lint'
|
50
|
+
Requires-Dist: types-jsonschema<5.0,>=4.17; extra == 'lint'
|
51
|
+
Requires-Dist: types-protobuf<5.0,>=4.24; extra == 'lint'
|
52
|
+
Requires-Dist: types-python-dateutil<3.0,>=2.8; extra == 'lint'
|
53
|
+
Requires-Dist: types-pyyaml<7.0,>=6.0; extra == 'lint'
|
53
54
|
Requires-Dist: types-requests; extra == 'lint'
|
54
55
|
Provides-Extra: test
|
55
|
-
Requires-Dist: hypothesis
|
56
|
-
Requires-Dist: pytest-cov
|
57
|
-
Requires-Dist: pytest-xdist
|
58
|
-
Requires-Dist: pytest
|
56
|
+
Requires-Dist: hypothesis<7.0,>=6.87; extra == 'test'
|
57
|
+
Requires-Dist: pytest-cov<5.0,>=4.1; extra == 'test'
|
58
|
+
Requires-Dist: pytest-xdist<4.0,>=3.2; extra == 'test'
|
59
|
+
Requires-Dist: pytest<8.0,>=7.3; extra == 'test'
|
59
60
|
Description-Content-Type: text/markdown
|
60
61
|
|
61
62
|
## Understanding dbt-common
|
@@ -0,0 +1 @@
|
|
1
|
+
version = "1.0.0b1"
|
@@ -58,12 +58,12 @@ def set_task_contextvars(**kwargs: Any) -> Mapping[str, contextvars.Token]:
|
|
58
58
|
def set_contextvars(prefix: str, **kwargs: Any) -> Mapping[str, contextvars.Token]:
|
59
59
|
cvar_tokens = {}
|
60
60
|
for k, v in kwargs.items():
|
61
|
-
|
61
|
+
prefix_key = f"{prefix}{k}"
|
62
62
|
try:
|
63
|
-
var = _context_vars[
|
63
|
+
var = _context_vars[prefix_key]
|
64
64
|
except KeyError:
|
65
|
-
var = contextvars.ContextVar(
|
66
|
-
_context_vars[
|
65
|
+
var = contextvars.ContextVar(prefix_key, default=Ellipsis)
|
66
|
+
_context_vars[prefix_key] = var
|
67
67
|
|
68
68
|
cvar_tokens[k] = var.set(v)
|
69
69
|
|
@@ -73,17 +73,17 @@ def set_contextvars(prefix: str, **kwargs: Any) -> Mapping[str, contextvars.Toke
|
|
73
73
|
# reset by Tokens
|
74
74
|
def reset_contextvars(prefix: str, **kwargs: contextvars.Token) -> None:
|
75
75
|
for k, v in kwargs.items():
|
76
|
-
|
77
|
-
var = _context_vars[
|
76
|
+
prefix_key = f"{prefix}{k}"
|
77
|
+
var = _context_vars[prefix_key]
|
78
78
|
var.reset(v)
|
79
79
|
|
80
80
|
|
81
81
|
# remove from contextvars
|
82
82
|
def unset_contextvars(prefix: str, *keys: str) -> None:
|
83
83
|
for k in keys:
|
84
|
-
|
85
|
-
|
86
|
-
_context_vars[
|
84
|
+
prefix_key = f"{prefix}{k}"
|
85
|
+
if prefix_key in _context_vars:
|
86
|
+
_context_vars[prefix_key].set(Ellipsis)
|
87
87
|
|
88
88
|
|
89
89
|
# Context manager or decorator to set and unset the context vars
|
@@ -23,43 +23,44 @@ classifiers = [
|
|
23
23
|
"Programming Language :: Python :: 3.9",
|
24
24
|
"Programming Language :: Python :: 3.10",
|
25
25
|
"Programming Language :: Python :: 3.11",
|
26
|
+
"Programming Language :: Python :: 3.12",
|
26
27
|
"Programming Language :: Python :: Implementation :: CPython",
|
27
28
|
"Programming Language :: Python :: Implementation :: PyPy",
|
28
29
|
]
|
29
30
|
dependencies = [
|
30
|
-
"agate
|
31
|
+
"agate>=1.7.0,<1.8",
|
31
32
|
"colorama>=0.3.9,<0.5",
|
32
33
|
"isodate>=0.6,<0.7",
|
33
|
-
"jsonschema
|
34
|
-
"Jinja2
|
35
|
-
"mashumaro[msgpack]
|
34
|
+
"jsonschema>=4.0,<5.0",
|
35
|
+
"Jinja2>=3.1.3,<4",
|
36
|
+
"mashumaro[msgpack]>=3.9,<4.0",
|
36
37
|
"pathspec>=0.9,<0.12",
|
37
|
-
"protobuf>=4.0.0",
|
38
|
-
"python-dateutil
|
39
|
-
"requests<3.0.0",
|
40
|
-
"typing-extensions
|
38
|
+
"protobuf>=4.0.0,<5.0.0",
|
39
|
+
"python-dateutil>=2.0,<3.0",
|
40
|
+
"requests<3.0.0", # needs to match dbt-core
|
41
|
+
"typing-extensions>=4.4,<5.0",
|
41
42
|
]
|
42
43
|
|
43
44
|
[project.optional-dependencies]
|
44
45
|
lint = [
|
45
|
-
"black
|
46
|
+
"black>=23.3,<24.0",
|
46
47
|
"flake8",
|
47
48
|
"flake8-pyproject",
|
48
49
|
"flake8-docstrings",
|
49
|
-
"mypy
|
50
|
-
"pytest
|
51
|
-
"types-Jinja2
|
52
|
-
"types-jsonschema
|
53
|
-
"types-protobuf
|
54
|
-
"types-python-dateutil
|
55
|
-
"types-PyYAML
|
50
|
+
"mypy>=1.3,<2.0",
|
51
|
+
"pytest>=7.3,<8.0", # needed for linting tests
|
52
|
+
"types-Jinja2>=2.11,<3.0",
|
53
|
+
"types-jsonschema>=4.17,<5.0",
|
54
|
+
"types-protobuf>=4.24,<5.0",
|
55
|
+
"types-python-dateutil>=2.8,<3.0",
|
56
|
+
"types-PyYAML>=6.0,<7.0",
|
56
57
|
"types-requests"
|
57
58
|
]
|
58
59
|
test = [
|
59
|
-
"pytest
|
60
|
-
"pytest-xdist
|
61
|
-
"pytest-cov
|
62
|
-
"hypothesis
|
60
|
+
"pytest>=7.3,<8.0",
|
61
|
+
"pytest-xdist>=3.2,<4.0",
|
62
|
+
"pytest-cov>=4.1,<5.0",
|
63
|
+
"hypothesis>=6.87,<7.0",
|
63
64
|
]
|
64
65
|
build = [
|
65
66
|
"wheel",
|
@@ -1 +0,0 @@
|
|
1
|
-
version = "0.1.5"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/meta/code/__init__.pyi
RENAMED
File without changes
|
{dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/meta/code/builder.pyi
RENAMED
File without changes
|
{dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/meta/code/lines.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/meta/types/__init__.pyi
RENAMED
File without changes
|
{dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/meta/types/common.pyi
RENAMED
File without changes
|
{dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/meta/types/pack.pyi
RENAMED
File without changes
|
{dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/core/meta/types/unpack.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{dbt_common-0.1.5 → dbt_common-1.0.0b1}/third-party-stubs/mashumaro/jsonschema/annotations.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|