Skip to content

Commit

Permalink
Bump package versions and internal dependencies.
Browse files Browse the repository at this point in the history
Bumping versions of dmod-core and dmod-communication for direct changes,
and then bumping other library and service packages to use the updated
versions for their dependencies (along with bumping their own versions).
  • Loading branch information
robertbartel committed Jun 13, 2024
1 parent f93fef9 commit 874589f
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion python/lib/client/dmod/client/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.3'
__version__ = '0.9.0'
2 changes: 1 addition & 1 deletion python/lib/client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
license='',
include_package_data=True,
#install_requires=['websockets', 'jsonschema'],vi
install_requires=['dmod-core>=0.16.0', 'websockets>=8.1', 'pydantic>=1.10.8,~=1.10', 'dmod-communication>=0.19.2',
install_requires=['dmod-core>=0.17.0', 'websockets>=8.1', 'pydantic>=1.10.8,~=1.10', 'dmod-communication>=0.20.0',
'dmod-externalrequests>=0.6.0', 'dmod-modeldata>=0.12.0'],
packages=find_namespace_packages(include=['dmod.*'], exclude=['dmod.test'])
)
2 changes: 1 addition & 1 deletion python/lib/communication/dmod/communication/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.19.2'
__version__ = '0.20.0'
2 changes: 1 addition & 1 deletion python/lib/communication/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
url='',
license='',
include_package_data=True,
install_requires=['dmod-core>=0.11.0', 'websockets>=10.1', 'jsonschema', 'redis', 'pydantic>=1.10.8,~=1.10',
install_requires=['dmod-core>=0.17.0', 'websockets>=10.1', 'jsonschema', 'redis', 'pydantic>=1.10.8,~=1.10',
'Deprecated',
'ngen-config@git+https://github.com/noaa-owp/ngen-cal@master#egg=ngen-config&subdirectory=python/ngen_conf'],
packages=find_namespace_packages(include=['dmod.*'], exclude=['dmod.test'])
Expand Down
2 changes: 1 addition & 1 deletion python/lib/core/dmod/core/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.16.0'
__version__ = '0.17.0'
2 changes: 1 addition & 1 deletion python/lib/scheduler/dmod/scheduler/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.12.2'
__version__ = '0.13.0'
4 changes: 2 additions & 2 deletions python/lib/scheduler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
author_email='',
url='',
license='',
install_requires=['docker>=7.1.0', 'Faker', 'dmod-communication>=0.17.0', 'dmod-modeldata>=0.7.1', 'dmod-redis>=0.1.0',
'dmod-core>=0.15.0', 'cryptography', 'uri', 'pyyaml', 'pydantic>=1.10.8,~=1.10'],
install_requires=['docker>=7.1.0', 'Faker', 'dmod-communication>=0.20.0', 'dmod-modeldata>=0.7.1', 'dmod-redis>=0.1.0',
'dmod-core>=0.17.0', 'cryptography', 'uri', 'pyyaml', 'pydantic>=1.10.8,~=1.10'],
packages=find_namespace_packages(exclude=['dmod.test', 'src'])
)

2 changes: 1 addition & 1 deletion python/services/dataservice/dmod/dataservice/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.10.1'
__version__ = '0.11.0'
2 changes: 1 addition & 1 deletion python/services/dataservice/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author_email='',
url='',
license='',
install_requires=['dmod-core>=0.16.0', 'dmod-communication>=0.14.0', 'dmod-scheduler>=0.12.2',
install_requires=['dmod-core>=0.17.0', 'dmod-communication>=0.20.0', 'dmod-scheduler>=0.12.2',
'dmod-modeldata>=0.12.0', 'redis', "pydantic[dotenv]>=1.10.8,~=1.10", "fastapi", "uvicorn[standard]",
'ngen-config@git+https://github.com/noaa-owp/ngen-cal@master#egg=ngen-config&subdirectory=python/ngen_conf',
'ngen-cal@git+https://github.com/noaa-owp/ngen-cal@master#egg=ngen-config&subdirectory=python/ngen_cal'],
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.9.1'
__version__ = '0.10.0'
2 changes: 1 addition & 1 deletion python/services/requestservice/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author_email='',
url='',
license='',
install_requires=['websockets', 'dmod-core>=0.16.0', 'dmod-communication>=0.19.1', 'dmod-access>=0.2.0',
install_requires=['websockets', 'dmod-core>=0.17.0', 'dmod-communication>=0.20.0', 'dmod-access>=0.2.0',
'dmod-externalrequests>=0.6.0'],
packages=find_namespace_packages(exclude=['dmod.test', 'schemas', 'ssl', 'src'])
)
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.11.1'
__version__ = '0.12.0'
2 changes: 1 addition & 1 deletion python/services/schedulerservice/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
author_email='',
url='',
license='',
install_requires=['dmod-core>=0.2.0', 'dmod-communication>=0.19.1', 'dmod-scheduler>=0.12.2'],
install_requires=['dmod-core>=0.17.0', 'dmod-communication>=0.20.1', 'dmod-scheduler>=0.13.0'],
packages=find_namespace_packages(exclude=['dmod.test', 'deprecated', 'conf', 'schemas', 'ssl', 'src'])
)

0 comments on commit 874589f

Please sign in to comment.