Giter VIP home page Giter VIP logo

agavedb's People

Contributors

mwvaughn avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

agavedb's Issues

Potential dependency conflicts between agavedb and requests

Hi, as shown in the following full dependency graph of agavedb, agavepy requires requests * , while the installed version of requests-toolbelt(0.9.1) requires requests >=2.0.1,<3.0.0.

According to Pip's “first found wins” installation strategy, requests 2.22.0 is the actually installed version.

Although the first found package version requests 2.22.0 just satisfies the later dependency constraint (requests >=2.0.1,<3.0.0), it will lead to a build failure once developers release a newer version of requests.

Dependency tree--------

agavedb - 0.4.2
| +- agavepy(install version:0.9.3 version range:>=0.7.0)
| | +- backports-ssl-match-hostname(install version:3.7.0.1 version range:>=3.4.0.2)
| | +- cloudpickle(install version:1.2.2 version range:>=0.4.0)
| | +- configparser(install version:4.0.2 version range:>=3.5.0)
| | +- future(install version:0.18.2 version range:>=0.16.0)
| | +- jinja2(install version:2.10.3 version range:>=2.7.3)
| | | +- markupsafe(install version:1.1.1 version range:>=0.23)
| | +- py(install version:1.8.0 version range:>=1.4.26)
| | +- pytest(install version:5.3.2 version range:>=2.7.0)
| | +- python-dateutil(install version:2.8.1 version range:>=2.4.2)
| | +- requests(install version:2.22.0 version range:>=2.6.0)
| | | +- certifi(install version:2019.11.28 version range:>=2017.4.17)
| | | +- chardet(install version:3.0.4 version range:<3.1.0,>=3.0.2)
| | | +- idna(install version:2.8 version range:>=2.5,<2.9)
| | | +- urllib3(install version:1.25.7 version range:<1.26,>=1.21.1)
| | +- requests-toolbelt(install version:0.9.1 version range:>=0.7.1)
| | | +- requests(install version:2.22.0 version range:>=2.0.1,<3.0.0)
| | | | +- certifi(install version:2019.11.28 version range:>=2017.4.17)
| | | | +- chardet(install version:3.0.4 version range:<3.1.0,>=3.0.2)
| | | | +- idna(install version:2.8 version range:>=2.5,<2.9)
| | | | +- urllib3(install version:1.25.7 version range:<1.26,>=1.21.1)
| | +- six(install version:1.13.0 version range:>=1.9.0)
| | +- websocket-client(install version:0.53.0 version range:==0.53.0)
| | | +- six(install version:1.13.0 version range:*)
| +- attrdict(install version:2.0.1 version range:>=2.0.0)
| | +- six(install version:1.13.0 version range:*)
| +- hashids(install version:1.2.0 version range:>=1.2.0)

Thanks for your attention.
Best,
Neolith

Serializing keys containing urlencoded chars yields unexpected behavior

By the design specs and acceptance tests for valid AgaveDB keys, the following keys should be valid:

  • 'manifest.json:INSERT:sailfish'
  • urlencode('manifest.json:INSERT:sailfish')

However, after db.set() with the urlencoded form as key, retrieval fails with No such key: manifest.json%3AINSERT%3Asailfish

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.