ERP-Ukraine / odoo-rpc-dart

Odoo RPC Library for Dart
MIT License
43 stars 32 forks source link

Update http dependency to the latest version (1.1.0) #41

Closed mdev88 closed 10 months ago

mdev88 commented 11 months ago

I am seeing this version conflict in my project:

Because odoo_rpc 0.5.1 depends on http ^0.13.0 and no versions of odoo_rpc match >0.5.1 <0.6.0, odoo_rpc ^0.5.1 requires http ^0.13.0.
So, because faster_empleo depends on both http ^1.1.0 and odoo_rpc ^0.5.1, version solving failed.
Process

If somebody is having this issue, you can temporarily force the http version by adding this in pubspec.yaml:

dependency_overrides:
  http: 1.0.0
lem8r commented 10 months ago

Hi, Please, check version 0.5.2. It has updated dependency.

mdev88 commented 10 months ago

Perfect! Thanks!