Skip to content

Commit

Permalink
✨Source Mailjet Mail: Make Connector Compatible with Builder (#40257)
Browse files Browse the repository at this point in the history
  • Loading branch information
btkcodedev authored Jun 27, 2024
1 parent 2a1777f commit 51917de
Show file tree
Hide file tree
Showing 13 changed files with 502 additions and 496 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 56582331-5de2-476b-b913-5798de77bbdf
dockerImageTag: 0.1.6
dockerImageTag: 0.1.7
dockerRepository: airbyte/source-mailjet-mail
githubIssueLabel: source-mailjet-mail
icon: mailjetmail.svg
Expand Down
69 changes: 23 additions & 46 deletions airbyte-integrations/connectors/source-mailjet-mail/poetry.lock

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

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.6"
version = "0.1.7"
name = "source-mailjet-mail"
description = "Source implementation for Mailjet Mail."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand All @@ -17,12 +17,12 @@ include = "source_mailjet_mail"

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

[tool.poetry.scripts]
source-mailjet-mail = "source_mailjet_mail.run:run"

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

This file was deleted.

Loading

0 comments on commit 51917de

Please sign in to comment.