valory-xyz / open-autonomy

A framework for the creation of autonomous agent services.
https://docs.autonolas.network
Apache License 2.0
79 stars 25 forks source link

Relax deps #2223

Open kongzii opened 4 months ago

kongzii commented 4 months ago

Proposed changes

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.

Fixes

If it fixes a bug or resolves a feature request, be sure to link to that issue.

Types of changes

What types of changes does your code introduce? (A breaking change is a fix or feature that would cause existing functionality and APIs to not work as expected.) Put an x in the box that applies

Checklist

Put an x in the boxes that apply.

Further comments

Locally I'm getting this error while running make common-checks-2 but that shouldn't be related to my changes.

I tried to install grpcio directly from pip, I tried upgrading of pip, installing -dev version of python, but so far nothing, do you have experience in running this on Mac with M2 please?

Screenshot by Dropbox Capture

8ball030 commented 1 month ago

@kongzii Are you still working on relaxing the dependencies here?

If so would you mind adding semver to you list of deps to relax?

At it looks to be pinned at;

semver (>=2.9.1,<3.0.0)

If we could get this changed it would be great.

Not even sure why where using semver! :)

kongzii commented 1 month ago

@8ball030 Just waiting for review and hopefully merge+release. Last commit was just to fix the docker version that was mentioned in a review elsewhere.

Could you clarify what you mean? I don't see any semver listed in dependencies. Maybe it's a subdependency of something?

Screenshot by Dropbox Capture