Skip to content

Commit

Permalink
⬆️ ftmq 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Sep 28, 2023
1 parent 7cb02fd commit ccc9c1e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 26 deletions.
44 changes: 20 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fastapi = {extras = ["all"], version = "<0.100"}
furl = "^2.1.3"
redis = "^5.0.0"
pyicu = "^2.11"
ftmq = {git = "https://github.com/investigativedata/ftmq.git", rev = "develop"}
ftmq = "^0.3.2"
structlog = "^23.1.0"
fakeredis = "^2.18.0"

Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,9 @@ frozenlist==1.4.0 ; python_version >= "3.10" and python_version < "3.13" \
fsspec==2023.9.2 ; python_version >= "3.10" and python_version < "3.13" \
--hash=sha256:603dbc52c75b84da501b9b2ec8c11e1f61c25984c4a0dda1f129ef391fbfc9b4 \
--hash=sha256:80bfb8c70cc27b2178cc62a935ecf242fc6e8c3fb801f9c571fc01b1e715ba7d
ftmq @ git+https://github.com/investigativedata/ftmq.git@develop ; python_version >= "3.10" and python_version < "3.13"
ftmq==0.3.2 ; python_version >= "3.10" and python_version < "3.13" \
--hash=sha256:83c53bf34dfa9db3110e2ceb74f8c3897657f800f4031fc678f96d8122defa15 \
--hash=sha256:cc089e7d32255afe57ba6dd5dc1e503a85d11fbec24ec2577c0c48fc397f8866
furl==2.1.3 ; python_version >= "3.10" and python_version < "3.13" \
--hash=sha256:5a6188fe2666c484a12159c18be97a1977a71d632ef5bb867ef15f54af39cc4e \
--hash=sha256:9ab425062c4217f9802508e45feb4a83e54324273ac4b202f1850363309666c0
Expand Down

0 comments on commit ccc9c1e

Please sign in to comment.