Skip to content

Commit d3e73cb

Browse files
authored
update requirements to satisfy actual ADK dependency versions (#123)
1 parent f911e55 commit d3e73cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ enum-compat
44
toml
55
argparse
66
algorithmia-api-client==1.5.1
7-
algorithmia-adk>=1.1,<1.2
7+
algorithmia-adk>=1.2,<1.3
88
numpy<2
99
uvicorn==0.14.0
1010
fastapi==0.65.2

requirements27.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ enum-compat
44
toml
55
argparse
66
algorithmia-api-client==1.5.1
7-
algorithmia-adk>=1.1,<1.2
7+
algorithmia-adk>=1.2,<1.3
88
numpy<2

0 commit comments

Comments
 (0)