Skip to content

Commit

Permalink
Update deps and constrain faststream < 0.5
Browse files Browse the repository at this point in the history
There is an API change with faststream 0.5 that we're not compatible
with:

ImportError while loading conftest '/Users/jsick/code/lsst-sqre/squarebot/server/tests/conftest.py'.
tests/conftest.py:14: in <module>
    from squarebot import main
src/squarebot/main.py:25: in <module>
    from .dependencies.requestcontext import context_dependency
src/squarebot/dependencies/requestcontext.py:10: in <module>
    from ..factory import Factory, ProcessContext
src/squarebot/factory.py:9: in <module>
    from faststream.kafka.asyncapi import Publisher
E   ModuleNotFoundError: No module named 'faststream.kafka.asyncapi'
  • Loading branch information
jonathansick committed Jul 25, 2024
1 parent 97dee73 commit eab629d
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 103 deletions.
Loading

0 comments on commit eab629d

Please sign in to comment.