Skip to content

Commit ce6ebe2

Browse files
authored
Rename package from httpcore to httpcore2 (#138)
1 parent e5eff9e commit ce6ebe2

99 files changed

Lines changed: 498 additions & 498 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
dependencies = [
3131
"certifi",
32-
"httpcore",
32+
"httpcore2",
3333
"anyio",
3434
"idna",
3535
]
@@ -40,10 +40,10 @@ default-groups = ["dev", "docs", "bench"]
4040
required-version = ">=0.8.6"
4141

4242
[tool.uv.workspace]
43-
members = ["src/httpcore"]
43+
members = ["src/httpcore2"]
4444

4545
[tool.uv.sources]
46-
httpcore = { workspace = true }
46+
httpcore2 = { workspace = true }
4747

4848
[project.optional-dependencies]
4949
brotli = [
@@ -68,7 +68,7 @@ zstd = [
6868
[dependency-groups]
6969
dev = [
7070
"httpx2[brotli,cli,http2,socks,zstd]",
71-
"httpcore[asyncio,trio,http2,socks]",
71+
"httpcore2[asyncio,trio,http2,socks]",
7272
# Tests
7373
"chardet==5.2.0",
7474
"coverage[toml]==7.10.6",
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)