Skip to content

Commit 1f552d5

Browse files
author
maxi297
committed
Use released version of protocol
1 parent 0fbb159 commit 1f552d5

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.15.0.dev1747996344", source = "testpypi" }
33+
airbyte-protocol-models-dataclasses = "0.16.0"
3434

3535
backoff = "*"
3636
boltons = "^25.0.0"
@@ -91,11 +91,6 @@ xmltodict = ">=0.13,<0.15"
9191
anyascii = "^0.3.2"
9292
whenever = "^0.6.16"
9393

94-
[[tool.poetry.source]]
95-
name = "testpypi"
96-
url = "https://test.pypi.org/simple/"
97-
priority = "supplemental"
98-
9994
[tool.poetry.group.dev.dependencies]
10095
freezegun = "*"
10196
mypy = "*"

0 commit comments

Comments
 (0)