Skip to content

Commit

Permalink
fix Twisted >= 23.8.0 as unsupported (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
shengchenyang committed Sep 7, 2023
1 parent 023d725 commit b9232b0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions docs/additional/news.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release notes

## AyugeSpiderTools 3.4.1 (2023-09-07)

### Bug fixes

- 解决 `Twisted` 版本更新到 `23.8.0` 不兼容的问题。([issue 10](https://github.com/shengchenyang/AyugeSpiderTools/issues/10))

### Code optimizations

- `scrapy` 依赖版本更新为 `2.10.1`

<hr/>

## AyugeSpiderTools 3.4.0 (2023-08-10)

### Deprecation removals
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "AyugeSpiderTools"
version = "3.4.0"
version = "3.4.1"
description = "scrapy 扩展库:用于扩展 Scrapy 功能来解放双手。"
authors = ["ayuge <[email protected]>"]
maintainers = ["ayuge <[email protected]>"]
Expand All @@ -20,7 +20,7 @@ loguru = "~0.7.0"
numpy = "~1.24.3"
requests = "^2.28.1"
Pillow = "^9.2.0"
Scrapy = "2.10.0"
Scrapy = "2.10.1"
pandas = "^1.5.0"
retrying = "^1.3.3"
SQLAlchemy = "^1.4.41"
Expand Down

0 comments on commit b9232b0

Please sign in to comment.