Skip to content

Commit

Permalink
Fix AsyncAPI 2.6.0 operation label (#1835)
Browse files Browse the repository at this point in the history
* Downgrade AsyncAPI React component version

* Downgrade AsyncAPI CSS version
  • Loading branch information
KrySeyt authored Oct 4, 2024
1 parent b334b85 commit ecffa4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions faststream/asyncapi/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
from faststream.asyncapi.schema import Schema


ASYNCAPI_JS_DEFAULT_URL = "https://unpkg.com/@asyncapi/react-component@1.0.0-next.54/browser/standalone/index.js"
ASYNCAPI_JS_DEFAULT_URL = "https://unpkg.com/@asyncapi/react-component@1.0.0-next.47/browser/standalone/index.js"

ASYNCAPI_CSS_DEFAULT_URL = (
"https://unpkg.com/@asyncapi/react-component@1.0.0-next.54/styles/default.min.css"
"https://unpkg.com/@asyncapi/react-component@1.0.0-next.46/styles/default.min.css"
)


Expand Down

0 comments on commit ecffa4e

Please sign in to comment.