Skip to content

Commit

Permalink
Explicitly pin to pydantic>=2 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
spillai authored Oct 18, 2023
1 parent 9165aa0 commit bb34b7a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion agipack/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.10"
__version__ = "0.1.11"
2 changes: 1 addition & 1 deletion examples/generated/Dockerfile-base-cpu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# >>>>>>>>>>>>>>>>>>>>>>>>>>>
# Auto-generated by agi-pack (version=0.1.10).
# Auto-generated by agi-pack (version=0.1.11).
FROM debian:buster-slim AS base-cpu

# Setup environment variables
Expand Down
2 changes: 1 addition & 1 deletion examples/generated/Dockerfile-base-cu118
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# >>>>>>>>>>>>>>>>>>>>>>>>>>>
# Auto-generated by agi-pack (version=0.1.10).
# Auto-generated by agi-pack (version=0.1.11).
FROM nvidia/cuda:11.8.0-base-ubuntu22.04 AS base-gpu

# Setup environment variables
Expand Down
2 changes: 1 addition & 1 deletion examples/generated/Dockerfile-builder
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# >>>>>>>>>>>>>>>>>>>>>>>>>>>
# Auto-generated by agi-pack (version=0.1.10).
# Auto-generated by agi-pack (version=0.1.11).
FROM debian:buster-slim AS agipack-builder

# Setup environment variables
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"jinja2",
"pydantic",
"pydantic>=2",
"pyyaml",
"typer[all]"
]
Expand Down

0 comments on commit bb34b7a

Please sign in to comment.