Skip to content
Open
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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pydantic>=2.0.0

# Use modern OpenAI SDK for AsyncOpenAI support
openai>=1.40.0
python-dotenv==1.2.1
python-dotenv==1.2.2
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore Python 3.9-compatible dotenv pin

Pinning python-dotenv to 1.2.2 breaks environments that still use Python 3.9, because that upstream release dropped 3.9 support, while this repo still documents Python 3.9+ as a prerequisite (README.md:71). In those setups, pip install -r requirements.txt can no longer resolve dependencies, so this dependency bump introduces an install-time regression unless the project’s supported Python version is raised in the same change.

Useful? React with 👍 / 👎.

pypdf==6.6.0

# Bump to a wheel-backed version to avoid macOS OpenMP build issues
Expand Down
Loading