Skip to content

Commit 687aee9

Browse files
committed
poetry fixing
1 parent 79c3c70 commit 687aee9

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

poetry.lock

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "foxlin"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
description = "simple, fast memory-based DBMS"
55
authors = ["misano <me@MirSobhan.ir>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = "^3.12"
9+
python = ">=3.9,<3.11"
1010
numpy = "^2.0.0"
1111
orjson = "^3.10.6"
1212
pydantic = "1.10.7"

0 commit comments

Comments
 (0)