Skip to content

Commit 3d6eb5f

Browse files
authored
Merge pull request #16 from 9128305/patch-1
Remove upper constraints
2 parents b74db6b + cc8f180 commit 3d6eb5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
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
@@ -16,8 +16,8 @@ keywords = ["amplitude", "analytics", "product analytics", "saas"]
1616
[tool.poetry.dependencies]
1717
python = "^3.6"
1818
Django = ">=2.1"
19-
httpx = ">=0.13.2,<0.21.0"
20-
user-agents = "^2.1"
19+
httpx = ">=0.13.2"
20+
user-agents = ">=2.1"
2121

2222

2323
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)