Skip to content

Commit

Permalink
Merge pull request #30 from Dronablo/fix_uuid_test
Browse files Browse the repository at this point in the history
Fix failed UUID dataclass_factory test
  • Loading branch information
dotX12 authored Aug 27, 2022
2 parents 7ec7a3d + 8082daa commit 8bfd75b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ python = "^3.8"
numpy = "^1.22.1"
aiohttp = "^3.8.1"
pydub = "^0.25.1"
dataclass-factory = "^2.10.1"
dataclass-factory = "2.16"
aiofiles = "^0.8.0"
pytest = "^7.1.2"
pytest-asyncio = "^0.18.3"
pytest-asyncio = "^0.19.0"
anyio = "^3.6.1"

[build-system]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiofiles~=0.8.0
aiohttp~=3.8.1
attrs==20.3.0
chardet==3.0.4
dataclass-factory==2.10.1
dataclass-factory==2.16
idna==3.1
multidict==5.1.0
numpy~=1.22.1
Expand All @@ -12,5 +12,5 @@ yarl==1.6.3

pytest~=7.1.2
setuptools~=60.7.0
pytest-asyncio~=0.18.3
pytest-asyncio~=0.19.0
anyio~=3.6.1
1 change: 1 addition & 0 deletions shazamio/factory_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from shazamio.models import YoutubeData
from shazamio.models import ResponseTrack


FACTORY_TRACK = Factory(
schemas={
TrackInfo: FactorySchemas.FACTORY_TRACK_SCHEMA,
Expand Down

0 comments on commit 8bfd75b

Please sign in to comment.