Skip to content

issues Search Results · repo:python-hyper/uritemplate language:Python

Filter by

34 results
 (99 ms)

34 results

inpython-hyper/uritemplate (press backspace or delete to remove)

Version: 4.1.1. Platform: Fedora 37 x86_64 (though this is not platform dependant). tl;dr: With multiple query variables, URITemplate appends a ? instead of a . This is in violation of RFC6570 (IIUC). ...
  • phodopus42
  • 3
  • Opened 
    on Apr 24, 2023
  • #108

Valid UTF-8-percent-encoded code points must be preserved in reserved expansion. This implementation (Version: 4.1.1) fails the following test from https://github.com/uri-templates/uritemplate-test/blob/master/extended-tests.json: ...
  • watuwo
  • Opened 
    on Nov 5, 2022
  • #99

Right now mypy flags this code is invalid: from uritemplate import URITemplate t = URITemplate( https://api.github.com{/end} ) t.expand({ end : None}) # error: Dict entry 0 has incompatible type str ...
  • sobolevn
  • 1
  • Opened 
    on Feb 23, 2022
  • #77

A downstream package which uses jsonschema gives me the following error when I try to run it: Traceback (most recent call last): File /usr/lib/python-exec/python3.9/dandi , line 33, in module ...
  • TheChymera
  • 1
  • Opened 
    on Feb 1, 2022
  • #76

In setup.cfg you are claiming that the newest version should work on Python 2 which is not true. Currently pip in Python 2 allows installing 4.1.0. Noticed this in our CI pipelines as we re installing ...
  • julius88
  • 5
  • Opened 
    on Oct 13, 2021
  • #64

Hi guys, after the 4.0.0. or 4.0.1 update, a nested dependency (coreapi) using uritemplate without any version requirements causes the below exception. webapp_1 | Traceback (most recent call ...
  • Moulde
  • Opened 
    on Oct 13, 2021
  • #63

https://github.com/uri-templates/uritemplate-test/issues/45
unknown
  • sigmavirus24
  • Opened 
    on Aug 25, 2020
  • #57

Description If your template variables contain /, the expansion of the variable is an empty string. How to reproduce from uritemplate import URITemplate uri = URITemplate( http://example.com/{/student/id} ...
  • DylanVanAssche
  • 1
  • Opened 
    on Jun 23, 2020
  • #56

The about of this repository refers to RFC 6750 which is for OAuth2 Bearer Token Usage, it should refer to RFC 6570 for URI Templates.
  • NCPlayz
  • 3
  • Opened 
    on Jun 21, 2020
  • #55

Seeing this deprecation warning when running a test suite that depends on uritemplate: /home/myusername/venv/lib64/python3.7/site-packages/uritemplate/variable.py:363: DeprecationWarning: Using or importing ...
  • kdelee
  • 2
  • Opened 
    on Mar 12, 2020
  • #54
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub