Skip to content

Commit

Permalink
Merge pull request #549 from MyElectricalData/feat/build-args
Browse files Browse the repository at this point in the history
fix: downgrade orjson
  • Loading branch information
m4dm4rtig4n authored Jun 3, 2024
2 parents ff88403 + ba3d0d1 commit 2f71601
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 123 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ exclude =
max-complexity = 15
import-order-style = google
application-import-names = flake8
min_python_version = 3.11.9
min_python_version = 3.12.3
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
poetry 1.7.1
python 3.11.9
python 3.12.3
pre-commit 3.6.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.9-slim
FROM python:3.12.3-slim

RUN apt-get update && \
apt-get install -y \
Expand Down
104 changes: 54 additions & 50 deletions poetry.lock

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

9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
packages = [{ include = "src" }]

[tool.poetry.dependencies]
python = "3.11.9"
python = "3.12.3"
paho-mqtt = "^1.6.1"
python-dateutil = "^2.8.2"
requests = "^2.31.0"
Expand All @@ -38,6 +38,7 @@ websocket-client = "^1.7.0"
sqlalchemy = "^1.0.0"
fastapi-utils = "^0.2.1"
pytz = "^2023.3.post1"
orjson = "<3.10.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.4"
Expand All @@ -63,13 +64,13 @@ ruff = "^0.2.2"
isort = "^5.13.2"
conventional-pre-commit = "^3.1.0"
pytest-dotenv = "^0.5.2"

#############################################
# SEMESTIC RELEASE CONFIGURATION
taskipy = "^1.12.2"
pylint-flask-sqlalchemy = "^0.2.0"
pylint-sqlalchemy = "^0.3.0"
watchgod = "^0.8.2"

#############################################
# SEMESTIC RELEASE CONFIGURATION
[tool.semantic_release]
assets = []
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
Expand Down
Loading

0 comments on commit 2f71601

Please sign in to comment.