Skip to content

Commit f63a537

Browse files
minor fixes
1 parent 18ad6d1 commit f63a537

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

packages/common-library/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
2-
# erdantic outputs
3-
erd-*.svg

packages/common-library/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.1.0

packages/common-library/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def read_reqs(reqs_path: Path) -> set[str]:
3434
"version": Path(CURRENT_DIR / "VERSION").read_text().strip(),
3535
"author": "Giancarlo Romeo (giancarloromeo)",
3636
"description": "Core service library for simcore pydantic common",
37-
"python_requires": "~=3.10",
37+
"python_requires": "~=3.11",
3838
"classifiers": [
3939
"Development Status :: 2 - Pre-Alpha",
4040
"Intended Audience :: Developers",

services/api-server/requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
--requirement _test.txt
1212

1313
# installs this repo's packages
14-
simcore-common-library @ ../../packages/models-library
14+
simcore-common-library @ ../../packages/common-library
1515
simcore-models-library @ ../../packages/models-library
1616
simcore-postgres-database @ ../../packages/postgres-database/
1717
pytest-simcore @ ../../packages/pytest-simcore/

0 commit comments

Comments
 (0)