Skip to content

Commit e8b1500

Browse files
stainless-botRobertCraigie
authored andcommitted
chore(package): pin major versions of dependencies (#36)
1 parent c4b84a5 commit e8b1500

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ packages = [
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.7"
15-
httpx = ">= 0.23.0"
15+
httpx = ">= 0.23.0, < 1"
1616
pydantic = "^1.9.0"
17-
typing-extensions = ">= 4.1.1"
18-
anyio = ">= 3.5.0"
19-
distro = ">= 1.7.0"
17+
typing-extensions = ">= 4.1.1, < 5"
18+
anyio = ">= 3.5.0, < 4"
19+
distro = ">= 1.7.0, < 2"
2020

2121

2222
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)