Skip to content

Fix ImportError by relaxing dependency version constraint#5

Merged
azman0101 merged 1 commit intomainfrom
fix-manifest-dependency-version-9090987666122794083
Jan 13, 2026
Merged

Fix ImportError by relaxing dependency version constraint#5
azman0101 merged 1 commit intomainfrom
fix-manifest-dependency-version-9090987666122794083

Conversation

@google-labs-jules
Copy link

Updated manifest.json to relax the dependency requirement on idfm-api. The strict ==1.3.1 version constraint was conflicting with the custom fork (which reports version 0.0.0), causing installation issues or the wrong package to be used. This change ensures the correct fork, which includes the necessary RequestError class, is installed. I also verified the fix by installing the package with the new requirement string and successfully importing RequestError.


PR created automatically by Jules for task 9090987666122794083 started by @azman0101

- Remove `==1.3.1` from the git URL requirement in `manifest.json`.
- This resolves an ImportError where the required `RequestError` class was missing because the strict version constraint prevented the correct custom fork (version 0.0.0) from being installed, potentially defaulting to the official package which lacks the class.
- Update version to 2.3.2 to match the tag created by the user.
@google-labs-jules
Copy link
Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@semanticdiff-com
Copy link

semanticdiff-com bot commented Jan 13, 2026

Review changes with  SemanticDiff

Changed Files
File Status
  custom_components/idfm/manifest.json  0% smaller

@azman0101 azman0101 marked this pull request as ready for review January 13, 2026 23:03
@azman0101 azman0101 merged commit 3806280 into main Jan 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant