Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.0.4](../../releases/tag/v1.0.4) - Unreleased

### Internal changes

- Removed `pytest-randomly` Pytest plugin

## [1.0.3](../../releases/tag/v1.0.3) - 2023-08-04

### Internal changes
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license = { text = "Apache Software License" }
name = "apify_shared"
readme = "README.md"
requires-python = ">=3.8"
version = "1.0.3"
version = "1.0.4"

[project.optional-dependencies]
dev = [
Expand All @@ -44,7 +44,6 @@ dev = [
"pytest ~= 7.3.1",
"pytest-asyncio ~= 0.21.0",
"pytest-only ~= 2.0.0",
"pytest-randomly ~= 3.12.0",
"pytest-timeout ~= 2.1.0",
"pytest-xdist ~= 3.3.1",
"twine ~= 4.0.2",
Expand Down