Skip to content

Commit

Permalink
Tooling: unpin requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
olliemath committed Aug 20, 2021
1 parent 23cef67 commit cd724c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

v2.2.2
------
- Unpined requirements to enhance compatability

v2.2.1
------
- Minor tooling changes for PyPI
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ line_length = 120

[tool.poetry]
name = "clickhouse_orm"
version = "2.2.1"
version = "2.2.2"
description = "A simple ORM for working with the Clickhouse database. Maintainance fork of infi.clickhouse_orm."
authors = ["olliemath <[email protected]>"]
license = "BSD"
Expand All @@ -33,9 +33,9 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.6.2,<4"
requests = "^2.26.0"
pytz = "^2021.1"
iso8601 = "^0.1.16"
requests = "*"
pytz = "*"
iso8601 = "*"

[tool.poetry.dev-dependencies]
flake8 = "^3.9.2"
Expand Down

0 comments on commit cd724c2

Please sign in to comment.