Skip to content

Commit

Permalink
Revert "datamodel-code-generator==0.10.1 -> datamodel-code-generator=…
Browse files Browse the repository at this point in the history
…=0.11.19"

This reverts commit 53217fa.
  • Loading branch information
grubberr committed Feb 22, 2022
1 parent e642f74 commit c35ba4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/code-generator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.10-slim
# pin black to version 21.12b0 because its latest version
# 22.1.0 seems incompatible with datamodel-code-generator
RUN pip install black==21.12b0 datamodel-code-generator==0.11.19
RUN pip install black==21.12b0 datamodel-code-generator==0.10.1
ENTRYPOINT ["datamodel-codegen"]

LABEL io.airbyte.version=dev
Expand Down

0 comments on commit c35ba4c

Please sign in to comment.