Skip to content

Commit

Permalink
Update fvhiot package to fix paxcounter bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aapris authored and laurigates committed Jan 23, 2024
1 parent 0f45ddc commit 1980592
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ name = "mittaridatapumppu-parser"
description = ""
readme = "README.md"
requires-python = ">=3.10"
version = "v0.1.1"
version = "v0.1.2"
dependencies = [
"fvhiot[kafka]@https://github.com/ForumViriumHelsinki/FVHIoT-python/archive/refs/tags/v1.0.2.zip",
"fvhiot[kafka]@https://github.com/ForumViriumHelsinki/FVHIoT-python/releases/download/v1.0.2/FVHIoT-1.0.2-py3-none-any.whl",
"httpx",
"kafka-python",
"pydantic",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
fvhiot @ https://github.com/ForumViriumHelsinki/FVHIoT-python/archive/refs/tags/v1.0.0.zip
fvhiot @ https://github.com/ForumViriumHelsinki/FVHIoT-python/releases/download/v1.0.2/FVHIoT-1.0.2-py3-none-any.whl
# via mittaridatapumppu-parser (pyproject.toml)
gunicorn==21.2.0
# via mittaridatapumppu-parser (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ certifi==2023.11.17
# sentry-sdk
charset-normalizer==3.3.2
# via requests
fvhiot @ https://github.com/ForumViriumHelsinki/FVHIoT-python/archive/refs/tags/v1.0.0.zip
fvhiot @ https://github.com/ForumViriumHelsinki/FVHIoT-python/releases/download/v1.0.2/FVHIoT-1.0.2-py3-none-any.whl
# via mittaridatapumppu-parser (pyproject.toml)
h11==0.14.0
# via httpcore
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ certifi==2023.11.17
# httpcore
# httpx
# sentry-sdk
fvhiot @ https://github.com/ForumViriumHelsinki/FVHIoT-python/archive/refs/tags/v1.0.0.zip
fvhiot @ https://github.com/ForumViriumHelsinki/FVHIoT-python/releases/download/v1.0.2/FVHIoT-1.0.2-py3-none-any.whl
# via mittaridatapumppu-parser (pyproject.toml)
h11==0.14.0
# via httpcore
Expand Down

0 comments on commit 1980592

Please sign in to comment.