Skip to content

Commit ebbeb34

Browse files
Update pydantic-forms requirement (#944)
Updates the requirements on [pydantic-forms](https://github.com/workfloworchestrator/pydantic-forms) to permit the latest version. - [Release notes](https://github.com/workfloworchestrator/pydantic-forms/releases) - [Commits](workfloworchestrator/pydantic-forms@1.4.0...2.1.0) --- updated-dependencies: - dependency-name: pydantic-forms dependency-version: 2.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Boers <[email protected]>
1 parent b69884e commit ebbeb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies = [
6767
"oauth2-lib~=2.4.0",
6868
"tabulate==0.9.0",
6969
"strawberry-graphql>=0.246.2",
70-
"pydantic-forms>=1.4.0, <=2.0.0",
70+
"pydantic-forms>=1.4.0, <=2.1.0",
7171
]
7272

7373
description-file = "README.md"

0 commit comments

Comments
 (0)