Skip to content

Commit ee8855b

Browse files
robertbartelchristophertubbs
authored andcommitted
Bump client dependency on communication.
To ensure updated DmodJobRequest with "memory" attribute is used.
1 parent 1cfed5c commit ee8855b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: python/lib/client/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
license='',
2323
include_package_data=True,
2424
#install_requires=['websockets', 'jsonschema'],vi
25-
install_requires=['dmod-core>=0.16.0', 'websockets>=8.1', 'pydantic>=1.10.8,~=1.10', 'dmod-communication>=0.17.0',
25+
install_requires=['dmod-core>=0.16.0', 'websockets>=8.1', 'pydantic>=1.10.8,~=1.10', 'dmod-communication>=0.18.0',
2626
'dmod-externalrequests>=0.6.0', 'dmod-modeldata>=0.12.0'],
2727
packages=find_namespace_packages(include=['dmod.*'], exclude=['dmod.test'])
2828
)

0 commit comments

Comments
 (0)