Skip to content

Commit

Permalink
v0.2.25: Security fix for aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaslau committed Nov 20, 2024
1 parent 591a0a8 commit b91c269
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Core (required)
aiohttp==3.10.10
python-dotenv==1.0.1
pydantic==2.9.2
aiohttp>=3.10.11,<3.11.0
python-dotenv>=1.0.1,<2.0.0
pydantic>=2.9.2,<3.0.0

# Plugins (will be installed automatically)
litellm==1.51.3
playwright==1.48.0
httpx==0.27.2
pip==24.3.1
litellm>=1.51.3,<2.0.0
playwright>=1.48.0,<2.0.0
httpx>=0.27.2,<0.28.0
pip>=24.3.1

# Development (optional)
setuptools==75.3.0
setuptools>=75.3.0
pytest>=8.3.3
pytest-asyncio>=0.24.0
pytest-cov>=6.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run(self):

setup(
name="pynions",
version="0.2.24",
version="0.2.25",
author="Tomas Laurinavicius",
author_email="[email protected]",
description="Simple AI automation framework for marketers",
Expand Down

0 comments on commit b91c269

Please sign in to comment.