Commit cd724c2 1 parent 23cef67 commit cd724c2 Copy full SHA for cd724c2
File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ v2.2.2
5
+ ------
6
+ - Unpined requirements to enhance compatability
7
+
4
8
v2.2.1
5
9
------
6
10
- Minor tooling changes for PyPI
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ line_length = 120
11
11
12
12
[tool .poetry ]
13
13
name = " clickhouse_orm"
14
- version = " 2.2.1 "
14
+ version = " 2.2.2 "
15
15
description = " A simple ORM for working with the Clickhouse database. Maintainance fork of infi.clickhouse_orm."
16
16
authors = [" olliemath <oliver.margetts@gmail.com>" ]
17
17
license = " BSD"
@@ -33,9 +33,9 @@ classifiers = [
33
33
34
34
[tool .poetry .dependencies ]
35
35
python = " >=3.6.2,<4"
36
- requests = " ^2.26.0 "
37
- pytz = " ^2021.1 "
38
- iso8601 = " ^0.1.16 "
36
+ requests = " * "
37
+ pytz = " * "
38
+ iso8601 = " * "
39
39
40
40
[tool .poetry .dev-dependencies ]
41
41
flake8 = " ^3.9.2"
You can’t perform that action at this time.
0 commit comments