Skip to content

Commit 035acd7

Browse files
author
maxi297
committed
Update models version
1 parent 6c0ab9f commit 035acd7

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

airbyte_cdk/models/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
ConfiguredAirbyteStream,
3737
ConnectorSpecification,
3838
DestinationCatalog,
39-
DestinationObject,
40-
DestinationObjectProperty,
4139
DestinationOperation,
4240
DestinationSyncMode,
4341
EstimateType,

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ enable = true
3030

3131
[tool.poetry.dependencies]
3232
python = ">=3.10,<3.13"
33-
airbyte-protocol-models-dataclasses = { version = "0.15.0.dev1746621859", source = "testpypi" }
33+
airbyte-protocol-models-dataclasses = { version = "0.15.0.dev1746648278", source = "testpypi" }
3434

3535
backoff = "*"
3636
boltons = "^25.0.0"

0 commit comments

Comments
 (0)