-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Python version and dependencies (#65)
# Description Updates Dockerfile to use Python3.10 Updates ovos-bus-client dependency to allow 0.1+ Adds missing ovos-config dependency which was previously just inherited from other dependencies # Issues Closes #62 Needs NeonGeckoCom/neon_mq_connector#110 to resolve test cleanup errors # Other Notes <!-- Note any breaking changes, WIP changes, requests for input, etc. here -->
- Loading branch information
1 parent
be7e833
commit 34d7e4a
Showing
5 changed files
with
11 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.8-slim | ||
FROM python:3.10-slim | ||
|
||
# Label for vendor | ||
LABEL vendor=neon.ai \ | ||
|
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,6 +1,7 @@ | ||
click~=8.0 | ||
click-default-group~=1.2 | ||
neon-utils~=1.0 | ||
neon-utils~=1.0,>=1.11.1a7 | ||
pyyaml>=5.4,<7.0.0 | ||
neon-mq-connector~=0.7,>=0.7.1 | ||
ovos-bus-client~=0.0.3 | ||
neon-mq-connector~=0.7,>=0.7.2a11 | ||
ovos-bus-client~=0.0,>=0.0.3,<0.2.0 | ||
ovos-config~=0.1,<0.2.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