Skip to content

Commit cd724c2

Browse files
committed
Tooling: unpin requirements
1 parent 23cef67 commit cd724c2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
==========
33

4+
v2.2.2
5+
------
6+
- Unpined requirements to enhance compatability
7+
48
v2.2.1
59
------
610
- Minor tooling changes for PyPI

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ line_length = 120
1111

1212
[tool.poetry]
1313
name = "clickhouse_orm"
14-
version = "2.2.1"
14+
version = "2.2.2"
1515
description = "A simple ORM for working with the Clickhouse database. Maintainance fork of infi.clickhouse_orm."
1616
authors = ["olliemath <oliver.margetts@gmail.com>"]
1717
license = "BSD"
@@ -33,9 +33,9 @@ classifiers = [
3333

3434
[tool.poetry.dependencies]
3535
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 = "*"
3939

4040
[tool.poetry.dev-dependencies]
4141
flake8 = "^3.9.2"

0 commit comments

Comments
 (0)