Skip to content

Update results with chubbyjs on uWebSocket#4661

Merged
waghanza merged 2 commits intomasterfrom
update
Sep 17, 2021
Merged

Update results with chubbyjs on uWebSocket#4661
waghanza merged 2 commits intomasterfrom
update

Conversation

@waghanza
Copy link
Collaborator

@dominikzogg
Copy link
Member

@waghanza thx

@waghanza
Copy link
Collaborator Author

@taoufik07 responder is failing on https://the-benchmarker.semaphoreci.com/jobs/da1af8ce-2de5-4176-89e7-7ca45db3f0e4

The full stack trace is

Traceback (most recent call last):
  File "/usr/src/app/server.py", line 6, in <module>
    import responder
  File "/usr/local/lib/python3.9/site-packages/responder/__init__.py", line 1, in <module>
    from .core import *
  File "/usr/local/lib/python3.9/site-packages/responder/core.py", line 1, in <module>
    from .api import API
  File "/usr/local/lib/python3.9/site-packages/responder/api.py", line 25, in <module>
    from .ext.schema import Schema as OpenAPISchema
  File "/usr/local/lib/python3.9/site-packages/responder/ext/schema/__init__.py", line 4, in <module>
    import apistar
  File "/usr/local/lib/python3.9/site-packages/apistar/__init__.py", line 11, in <module>
    from apistar.core import docs, validate
  File "/usr/local/lib/python3.9/site-packages/apistar/core.py", line 7, in <module>
    from apistar.schemas.autodetermine import AUTO_DETERMINE
  File "/usr/local/lib/python3.9/site-packages/apistar/schemas/__init__.py", line 1, in <module>
    from apistar.schemas.openapi import OpenAPI
  File "/usr/local/lib/python3.9/site-packages/apistar/schemas/openapi.py", line 6, in <module>
    from apistar.schemas.jsonschema import JSON_SCHEMA
  File "/usr/local/lib/python3.9/site-packages/apistar/schemas/jsonschema.py", line 3, in <module>
    definitions = typesystem.SchemaDefinitions()
AttributeError: module 'typesystem' has no attribute 'SchemaDefinitions'

This seems related to typesystem @aminalaee @tomchristie (everything is fine with 0.2.4)

@aminalaee
Copy link

@waghanza Seems like apistar has a loose dependency on typesystem.
apistar is installing latest version typesystem==0.3.0 which is not backwards compatible with typesystem==0.2.x and not supported (yet). I'll fix that.
Thanks for the mention.

@aminalaee
Copy link

@waghanza This will fix it.
encode/apistar#683

@waghanza waghanza merged commit 7d12395 into master Sep 17, 2021
@waghanza waghanza deleted the update branch September 17, 2021 13:58
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.

3 participants