-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix marchmallow-enum bug Signed-off-by: Niels Bantilan <[email protected]> * Remove constraints in requirements.in Signed-off-by: eduardo apolinario <[email protected]> * Fix test_dataclass_transformer Signed-off-by: eduardo apolinario <[email protected]> * Remove more dev dependencies Signed-off-by: eduardo apolinario <[email protected]> * Revert "Fix test_dataclass_transformer" This reverts commit 7d92b0f. Signed-off-by: eduardo apolinario <[email protected]> * Set upper bound ot dataclasses-json Signed-off-by: eduardo apolinario <[email protected]> * Set pyyaml version to 5.4.1 Signed-off-by: eduardo apolinario <[email protected]> --------- Signed-off-by: Niels Bantilan <[email protected]> Signed-off-by: eduardo apolinario <[email protected]> Co-authored-by: eduardo apolinario <[email protected]>
- Loading branch information
1 parent
ecbca6d
commit bc298bf
Showing
4 changed files
with
6 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,2 @@ | ||
-e file:.#egg=flytekit | ||
attrs<21 | ||
# We need to restrict constrain the versions of both jsonschema and pyyaml because of docker-compose (which is | ||
# used to run integration tests) pins those two libraries. We are in the process of removing docker-compose in | ||
# favor of a more generic solution that involves Flytectl to stand up the sandbox, described in | ||
# https://github.com/flyteorg/flyte/issues/1732. | ||
jsonschema<4 | ||
pyyaml<6 | ||
# This is required by docker-compose and otherwise clashes with docker-py | ||
websocket-client<1.0.0 | ||
# TODO: Remove after buf migration is done and packages updated | ||
packaging<22.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters