Skip to content

Commit

Permalink
fix(schematic): updated schematic api python version to 3.10.14 (Sage…
Browse files Browse the repository at this point in the history
  • Loading branch information
linglp authored Apr 17, 2024
1 parent 9bc55ae commit ce781bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 deletions apps/schematic/api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/schematic/api/prepare-python.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

PYTHON_VERSION="3.10.13"
PYTHON_VERSION="3.10.14"

pyenv install --skip-existing $PYTHON_VERSION

Expand Down
5 changes: 3 additions & 2 deletions apps/schematic/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
packages = [{include = "schematic_api"}]

[tool.poetry.dependencies]
python = "3.10.13"
python = "3.10.14"
connexion = {version = "2.14.1", extras = ["swagger-ui"]}
swagger-ui-bundle = "0.0.9"
python-dateutil = "2.8.2"
Expand All @@ -19,6 +19,7 @@ schematicpy = "24.2.1"
# See https://sagebionetworks.jira.com/browse/FDS-1324
jsonschema = ">=4.0.0 <4.10.0"
environs = "^11.0.0"
uwsgi = "^2.0.22"

[tool.poetry.group.dev.dependencies]
black = "23.7.0"
Expand All @@ -27,7 +28,7 @@ pylint = "^2.17.4"


[tool.poetry.group.prod.dependencies]
uWSGI = "2.0.21"
uWSGI = "^2.0.22"

[tool.poetry.group.test.dependencies]
pytest = "7.2.0"
Expand Down

0 comments on commit ce781bd

Please sign in to comment.