Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "This template environment can be used to create GenAI-powered agents using CrewAI, LangGraph, or Llama-Index. Similar to other drop-in environments, you can either include a .pth artifact or any other code needed to deserialize your model, and optionally a custom.py file. You can also use this environment in codespaces.",
"programmingLanguage": "python",
"label": "",
"environmentVersionId": "692457260015de5935007de6",
"environmentVersionId": "6924e3c4a50931121a19d197",
"environmentVersionDescription": "",
"isPublic": true,
"isDownloadable": true,
Expand All @@ -15,8 +15,8 @@
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python311_genai_agents",
"imageRepository": "env-python-genai-agents",
"tags": [
"v11.3.0-692457260015de5935007de6",
"692457260015de5935007de6",
"v11.3.0-6924e3c4a50931121a19d197",
"6924e3c4a50931121a19d197",
"v11.3.0-latest"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pandas==2.2.3
psutil==5.9.8
pyarrow==20.0.0
pylance==0.38.1
pypdf==6.1.3
pypdf==6.4.0
Copy link

Choose a reason for hiding this comment

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

Bug: Minimum version constraint not updated in pyproject.toml

The pypdf version in requirements.txt was bumped to 6.4.0, but pyproject.toml still specifies pypdf>=6.1.3. This creates an inconsistency where installations using pyproject.toml could resolve to older versions like 6.1.3-6.3.0, missing the security fix for LZW decoding in 6.4.0. The minimum version constraint in pyproject.toml should be updated to pypdf>=6.4.0 to ensure all installations use the secure version.

Fix in Cursor Fix in Web

python-dotenv==1.1.1
requests==2.32.5
setuptools==80.9.0
Expand Down