Skip to content

Commit

Permalink
feat: changes for python 3.11 (#12)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: class Type(str, Enum) --> class Type(StrEnum)
python/cpython#100458
  • Loading branch information
maerzd committed Aug 30, 2023
1 parent 295759a commit e21e066
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions dist/graphql-codegen-pydantic.cjs.development.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/graphql-codegen-pydantic.cjs.development.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/graphql-codegen-pydantic.cjs.production.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e21e066

Please sign in to comment.