Skip to content

Commit

Permalink
source-zenloop: ensure inline schemas, updated cdk, poetry (where pos…
Browse files Browse the repository at this point in the history
…sible) (#37304)
  • Loading branch information
bleonard authored Apr 24, 2024
1 parent 14820c5 commit 28209fd
Show file tree
Hide file tree
Showing 10 changed files with 375 additions and 248 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: f1e4c7f6-db5c-4035-981f-d35ab4998794
dockerImageTag: 0.1.11
dockerImageTag: 0.1.14
dockerRepository: airbyte/source-zenloop
documentationUrl: https://docs.airbyte.com/integrations/sources/zenloop
githubIssueLabel: source-zenloop
Expand Down
32 changes: 16 additions & 16 deletions airbyte-integrations/connectors/source-zenloop/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions airbyte-integrations/connectors/source-zenloop/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.1.11"
version = "0.1.14"
name = "source-zenloop"
description = "Source implementation for Zenloop."
authors = [ "Alexander Batoulis <[email protected]>",]
Expand All @@ -17,13 +17,13 @@ include = "source_zenloop"

[tool.poetry.dependencies]
python = "^3.9,<3.12"
airbyte-cdk = "^0"
airbyte-cdk = "0.80.0"

[tool.poetry.scripts]
source-zenloop = "source_zenloop.run:run"

[tool.poetry.group.dev.dependencies]
pytest-mock = "^3.6.1"
requests-mock = "^1.9.3"
responses = "^0.13.3"
pytest = "^6.1"
pytest-mock = "^3.6.1"
responses = "^0.13.3"
Loading

0 comments on commit 28209fd

Please sign in to comment.