Skip to content

Commit

Permalink
🐙 source-exchange-rates: run up-to-date pipeline [2024-07-13] (#41157)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Jul 14, 2024
1 parent 070c9b0 commit ddc60b0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ data:
# Please update to the latest version of the connector base image.
# https://hub.docker.com/r/airbyte/python-connector-base
# Please use the full address with sha256 hash to guarantee build reproducibility.
baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
connectorSubtype: api
connectorType: source
definitionId: e2b40e36-aa0e-4bed-b41b-bcea6fa348b1
dockerImageTag: 1.3.6
dockerImageTag: 1.3.7
dockerRepository: airbyte/source-exchange-rates
githubIssueLabel: source-exchange-rates
icon: exchangeratesapi.svg
Expand Down

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 = "1.3.6"
version = "1.3.7"
name = "source-exchange-rates"
description = "Source implementation for Exchange Rates."
authors = [ "Airbyte <[email protected]>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/exchange-rates.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ The Exchange Rates API has rate limits that vary per pricing plan. The free plan

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------ |
| 1.3.7 | 2024-07-13 | [41157](https://github.com/airbytehq/airbyte/pull/41157) | Update dependencies |
| 1.3.6 | 2024-07-06 | [40924](https://github.com/airbytehq/airbyte/pull/40924) | Update dependencies |
| 1.3.5 | 2024-06-26 | [40508](https://github.com/airbytehq/airbyte/pull/40508) | Update dependencies |
| 1.3.4 | 2024-06-23 | [40125](https://github.com/airbytehq/airbyte/pull/40125) | Update dependencies |
Expand Down

0 comments on commit ddc60b0

Please sign in to comment.