Skip to content

Commit cb5884e

Browse files
committed
file-mode-api: bump to latest version (non-dev) of airbyte-protocol-models-dataclasses
1 parent 8920154 commit cb5884e

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

poetry.lock

Lines changed: 4 additions & 9 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 & 6 deletions
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.14.4.dev1743719077", source = "testpypi" }
33+
airbyte-protocol-models-dataclasses = "^0.15"
3434

3535
backoff = "*"
3636
cachetools = "*"
@@ -85,11 +85,6 @@ xmltodict = ">=0.13,<0.15"
8585
anyascii = "^0.3.2"
8686
whenever = "^0.6.16"
8787

88-
[[tool.poetry.source]]
89-
name = "testpypi"
90-
url = "https://test.pypi.org/simple/"
91-
priority = "supplemental"
92-
9388
[tool.poetry.group.dev.dependencies]
9489
freezegun = "*"
9590
mypy = "*"

0 commit comments

Comments
 (0)