Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Updates prefect.docker to prefect.utilities.dockerutils (#194)
Browse files Browse the repository at this point in the history
* Updates prefect.docker to prefect.utilities.dockerutils

* Updates changelog

* Update CHANGELOG.md

Co-authored-by: Chris Pickett <[email protected]>

---------

Co-authored-by: Chris Pickett <[email protected]>
  • Loading branch information
desertaxle and bunchesofdonald committed Jun 26, 2023
1 parent 4390b66 commit 9ca9af3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 0.4.4

Not yet released
Released June 26th, 2023.

### Changed

- Vertex agent now attempts to retry create custom job up to three times to recover from transient errors
- Vertex agent now attempts to retry create custom job up to three times to recover from transient errors - [#192](https://github.com/PrefectHQ/prefect-gcp/192)
- Updated `prefect.docker` import to `prefect.utilities.dockerutils` - [#194](https://github.com/PrefectHQ/prefect-gcp/pull/194)

## 0.4.3

Expand Down
2 changes: 1 addition & 1 deletion prefect_gcp/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@
from google.api_core.client_options import ClientOptions
from googleapiclient import discovery
from googleapiclient.discovery import Resource
from prefect.docker import get_prefect_image_name
from prefect.exceptions import InfrastructureNotFound
from prefect.logging.loggers import PrefectLogAdapter
from prefect.utilities.asyncutils import run_sync_in_worker_thread
from prefect.utilities.dockerutils import get_prefect_image_name
from prefect.utilities.pydantic import JsonPatch
from prefect.workers.base import (
BaseJobConfiguration,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prefect>=2.10.9
prefect>=2.10.17
google-api-python-client>=2.20.0
google-cloud-storage>=2.0.0
tenacity>=8.0.0

0 comments on commit 9ca9af3

Please sign in to comment.