Skip to content

Commit 7f7e630

Browse files
committed
Version 0.10.2; fixing imports & requirements.
1 parent ad0829b commit 7f7e630

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

c8y_api/model/_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from dateutil import parser
1010
from copy import copy
1111
from urllib.parse import urlencode
12-
from _util import warning
12+
from c8y_api._util import warning
1313

1414

1515
class _DictWrapper(object):

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
python-dateutil==2.8.1
2-
PyYAML==5.4.1
3-
requests==2.25.1
4-
Deprecated=1.2.11
5-
pytest=6.2.2
1+
python-dateutil~=2.8.1
2+
PyYAML~=5.4.1
3+
requests~=2.25.1
4+
Deprecated~=1.2.11
5+
pytest~=6.2.2

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = c8y_api
3-
version = 0.10.0
3+
version = 0.10.2
44
url = https://github.com/SoftwareAG/cumulocity-python-api
55
license_file = LICENSE
66
author = Christoph Souris
@@ -21,6 +21,7 @@ install_requires =
2121
requests
2222
python-dateutil
2323
PyYAML
24+
Deprecated
2425

2526
packages= find:
2627

0 commit comments

Comments
 (0)