Skip to content

Commit ed12124

Browse files
authored
chore(airbyte-ci/base_images): bump base_images dependencies (#42581)
1 parent 1e35057 commit ed12124

File tree

3 files changed

+369
-357
lines changed

3 files changed

+369
-357
lines changed

airbyte-ci/connectors/base_images/README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Our connector build pipeline ([`airbyte-ci`](https://github.com/airbytehq/airbyt
66
Our base images are declared in code, using the [Dagger Python SDK](https://dagger-io.readthedocs.io/en/sdk-python-v0.6.4/).
77

88
- [Python base image code declaration](https://github.com/airbytehq/airbyte/blob/master/airbyte-ci/connectors/base_images/base_images/python/bases.py)
9-
- ~Java base image code declaration~ *TODO*
9+
- ~Java base image code declaration~ *TODO*
1010

1111

1212
## Where are the Dockerfiles?
@@ -39,7 +39,7 @@ RUN mkdir /usr/share/nltk_data
3939

4040
### `airbyte/python-connector-base`
4141

42-
| Version | Published | Docker Image Address | Changelog |
42+
| Version | Published | Docker Image Address | Changelog |
4343
|---------|-----------|--------------|-----------|
4444
| 2.0.0 || docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916 | Use Python 3.10 |
4545
| 1.2.3 || docker.io/airbyte/python-connector-base:1.2.3@sha256:a8abfdc75f8e22931657a1ae15069e7b925e74bb7b5ef36371a85e4caeae5696 | Use latest root image version and update system packages |
@@ -92,3 +92,8 @@ poetry run pytest
9292
# Static typing checks
9393
poetry run mypy base_images --check-untyped-defs
9494
```
95+
## CHANGELOG
96+
97+
### 1.0.1
98+
99+
- Bumped dependencies ([#42581](https://github.com/airbytehq/airbyte/pull/42581))

0 commit comments

Comments
 (0)