diff --git a/CHANGELOG.md b/CHANGELOG.md index 5490df5..f9b0833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.1.5 +- Relaxed python requirement boundaries (>=3.8) + ## 1.1.3 - Updated dependencies to fix security vulnerabilities diff --git a/pyproject.toml b/pyproject.toml index ba6f346..2c30971 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "tf-playwright-stealth" packages = [{ include = "playwright_stealth" }] -version = "1.1.3" +version = "1.1.5" description = "Makes playwright stealthy like a ninja!" authors = [] homepage = "https://www.agentql.com/" @@ -10,7 +10,7 @@ license = "MIT" readme = "README.md" [tool.poetry.dependencies] -python = "^3.8" +python = ">=3.8" playwright = "^1" fake-http-header = "^0.3.5"