Skip to content

Commit

Permalink
Merge pull request #2236 from cloudflare/robert/backport-dep-pins
Browse files Browse the repository at this point in the history
release: 3.1.1
  • Loading branch information
jacobbednarz authored Dec 3, 2024
2 parents 7d935bd + 4f5d9ef commit 2284798
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.1.0"
}
".": "3.1.1"
}
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[project]
name = "cloudflare"
version = "3.1.0"
version = "3.1.1"
description = "The official Python library for the cloudflare API"
dynamic = ["readme"]
license = "Apache-2.0"
authors = [
{ name = "Cloudflare", email = "[email protected]" },
]
dependencies = [
"httpx>=0.23.0, <1",
"pydantic>=1.9.0, <3",
"httpx>=0.23.0, <0.28",
"pydantic>=1.9.0, <2.10",
"typing-extensions>=4.7, <5",
"anyio>=3.5.0, <5",
"distro>=1.7.0, <2",
Expand Down
2 changes: 1 addition & 1 deletion src/cloudflare/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

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

0 comments on commit 2284798

Please sign in to comment.