Skip to content

Commit

Permalink
source-greenhouse: ensure inline schemas, updated cdk, poetry (where …
Browse files Browse the repository at this point in the history
…possible) (#36640)
  • Loading branch information
bleonard committed Apr 23, 2024
1 parent 68a8c70 commit 28c99b6
Show file tree
Hide file tree
Showing 41 changed files with 3,169 additions and 2,342 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 59f1e50a-331f-4f09-b3e8-2e8d4d355f44
dockerImageTag: 0.5.1
dockerImageTag: 0.5.3
dockerRepository: airbyte/source-greenhouse
documentationUrl: https://docs.airbyte.com/integrations/sources/greenhouse
githubIssueLabel: source-greenhouse
Expand Down
35 changes: 17 additions & 18 deletions airbyte-integrations/connectors/source-greenhouse/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.5.1"
version = "0.5.3"
name = "source-greenhouse"
description = "Source implementation for Greenhouse."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand All @@ -17,7 +17,7 @@ include = "source_greenhouse"

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

[tool.poetry.scripts]
Expand Down
Loading

0 comments on commit 28c99b6

Please sign in to comment.