Skip to content

Commit cda3d21

Browse files
committed
Upgrade Prefect to 3.4.1
1 parent 1faaaac commit cda3d21

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

backend/tests/helpers/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def start_prefect_server_container(
4444

4545
prefect_base = Path(Path(__file__).parent.resolve() / "./../../infrahub/prefect_server")
4646
container = (
47-
DockerContainer(image="prefecthq/prefect:3.3.7-python3.12")
47+
DockerContainer(image="prefecthq/prefect:3.4.1-python3.12")
4848
.with_command("uvicorn --host 0.0.0.0 --port 4200 --factory prefect_server.app:create_infrahub_prefect")
4949
.with_exposed_ports(PORT_PREFECT)
5050
.with_volume_mapping(host=str(prefect_base), container="/opt/prefect/prefect_server", mode="ro")

poetry.lock

Lines changed: 17 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ boto3 = "1.34.129"
3535
email-validator = "~2.1"
3636
redis = { version = "^5.0.0", extras = ["hiredis"] }
3737
typer = "0.12.5"
38-
prefect = "3.3.7"
38+
prefect = "3.4.1"
3939
prefect-redis = "0.2.2"
4040
ujson = "^5"
4141
Jinja2 = "^3"

0 commit comments

Comments
 (0)