Skip to content

Commit 5c2669c

Browse files
clnollalafanechere
authored andcommitted
Refactor FileBackend to avoid holding reading all messages in at once (#35805)
1 parent d5d8b00 commit 5c2669c

File tree

5 files changed

+161
-254
lines changed

5 files changed

+161
-254
lines changed

airbyte-ci/connectors/live-tests/poetry.lock

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

airbyte-ci/connectors/live-tests/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ packages = [
1919
[tool.poetry.dependencies]
2020
python = "^3.10"
2121
airbyte-protocol-models = "<1.0.0"
22+
cachetools = "~=5.3.3"
2223
dagger-io = "==0.9.6"
2324
PyYAML = "~=6.0"
2425
icdiff = "~=1.9"
2526
inflection = "~=0.5"
2627
pdbpp = "~=0.10"
2728
pydantic = "*"
28-
pytest = "~=6.2"
29+
pytest = "~=8.0.2"
30+
pytest-asyncio = "~=0.23.5"
2931
pytest-sugar = "~=0.9"
3032
pytest-timeout = "~=1.4"
3133
pprintpp = "~=0.4"
@@ -34,6 +36,7 @@ jsonschema = "*"
3436
jsonref = "==0.2"
3537
deepdiff = "~=5.8.0"
3638
requests-mock = "~=1.9.3"
39+
pydash = "~=7.0.7"
3740
pytest-mock = "~=3.6.1"
3841
pendulum = "*"
3942
pytest-cov = "~=3.0.0"

0 commit comments

Comments
 (0)