Skip to content

Commit 7e59767

Browse files
committed
updated ADK client version to minimum 1.1
1 parent 3e7efcc commit 7e59767

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0.4,<1.1
7+
algorithmia-adk>=1.1,<1.2
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.0.4,<1.1
7+
algorithmia-adk>=1.1,<1.2
88
numpy<2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'toml',
2323
'argparse',
2424
'algorithmia-api-client==1.5.1',
25-
'algorithmia-adk>=1.0.2,<1.1'
25+
'algorithmia-adk>=1.1,<1.2'
2626
],
2727
include_package_data=True,
2828
classifiers=[

0 commit comments

Comments
 (0)