Skip to content

Commit 2284798

Browse files
authored
Merge pull request #2236 from cloudflare/robert/backport-dep-pins
release: 3.1.1
2 parents 7d935bd + 4f5d9ef commit 2284798

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.0"
3-
}
2+
".": "3.1.1"
3+
}

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
name = "cloudflare"
3-
version = "3.1.0"
3+
version = "3.1.1"
44
description = "The official Python library for the cloudflare API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
77
authors = [
88
{ name = "Cloudflare", email = "api@cloudflare.com" },
99
]
1010
dependencies = [
11-
"httpx>=0.23.0, <1",
12-
"pydantic>=1.9.0, <3",
11+
"httpx>=0.23.0, <0.28",
12+
"pydantic>=1.9.0, <2.10",
1313
"typing-extensions>=4.7, <5",
1414
"anyio>=3.5.0, <5",
1515
"distro>=1.7.0, <2",

src/cloudflare/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "cloudflare"
4-
__version__ = "3.1.0" # x-release-please-version
4+
__version__ = "3.1.1" # x-release-please-version

0 commit comments

Comments
 (0)