8000 Merge pull request #113 from u2d-ai/0.0.109 · u2d-ai/msaDocModels@60dd394 · GitHub
[go: up one dir, main page]

Skip to content

Commit 60dd394

Browse files
Merge pull request #113 from u2d-ai/0.0.109
fix: dependencies
2 parents 0715032 + c762c33 commit 60dd394

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

docs/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# msaDocModels Release Notes
22
## Possible future features:
33

4+
# 0.0.109
5+
6+
- fix dependencies
7+
48
# 0.0.108
59

610
- fix dependencies

docs/saved_req_package_pip_info.pkl

-4.67 KB
Binary file not shown.

msaDocModels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import glob
22
from os.path import basename, dirname, isfile, join
33

4-
version = "0.0.108"
4+
version = "0.0.109"
55
__author__ = "Stefan Welcker"
66
__copyright__ = "Copyright 2022, U2D.ai"
77
__license__ = "MIT"

poetry.lock

Lines changed: 2 additions & 2 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,13 +1,13 @@
11
[tool.poetry]
22
name = "msaDocModels"
3-
version = "0.0.108"
3+
version = "0.0.109"
44
description = "MSA Document Pydantic Models and Schemas, used to store Parser, NLP, NLU and AI results for processed documents"
55
authors = ["Stefan Welcker"]
66
readme = "README.md"
77
packages = [{include = "msaDocModels"}]
88

99
[tool.poetry.dependencies]
10-
python = "~3.9"
10+
python = ">=3.9.0,<3.11"
1111
loguru = "0.6.0"
1212
multidict = "6.0.4"
1313
pydantic = "1.9.2"

0 commit comments

Comments
 (0)
0