Skip to content

Commit

Permalink
🐙 source-pypi: run up-to-date pipeline [2024-07-27] (airbytehq#42790)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored and jtruty committed Aug 10, 2024
1 parent f716b5f commit fccd144
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-pypi/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 88ecd3a8-5f5b-11ed-9b6a-0242ac120002
dockerImageTag: 0.1.12
dockerImageTag: 0.1.13
dockerRepository: airbyte/source-pypi
documentationUrl: https://docs.airbyte.com/integrations/sources/pypi
githubIssueLabel: source-pypi
Expand Down
8 changes: 4 additions & 4 deletions airbyte-integrations/connectors/source-pypi/poetry.lock

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

2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-pypi/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.12"
version = "0.1.13"
name = "source-pypi"
description = "Source implementation for Pypi."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/pypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Try not to make a lot of requests (thousands) in a short amount of time (minutes

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
| 0.1.13 | 2024-07-27 | [42790](https://github.com/airbytehq/airbyte/pull/42790) | Update dependencies |
| 0.1.12 | 2024-07-20 | [42210](https://github.com/airbytehq/airbyte/pull/42210) | Update dependencies |
| 0.1.11 | 2024-07-13 | [41844](https://github.com/airbytehq/airbyte/pull/41844) | Update dependencies |
| 0.1.10 | 2024-07-10 | [41464](https://github.com/airbytehq/airbyte/pull/41464) | Update dependencies |
Expand Down

0 comments on commit fccd144

Please sign in to comment.