python3-cyberfusion-queue-support 3.3__py3-none-any.whl → 3.3.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,9 @@ from pydantic_settings import BaseSettings, SettingsConfigDict
3
3
 
4
4
  class Settings(BaseSettings):
5
5
  model_config = SettingsConfigDict(
6
- env_prefix="queue_support_", env_file=(".env", "/etc/queue-support.conf")
6
+ env_prefix="queue_support_",
7
+ env_file=(".env", "/etc/queue-support.conf"),
8
+ extra="ignore",
7
9
  )
8
10
 
9
11
  database_path: str = "sqlite:///./queue-support.db"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python3-cyberfusion-queue-support
3
- Version: 3.3
3
+ Version: 3.3.1
4
4
  Summary: Library to queue actions.
5
5
  Author-email: Cyberfusion <support@cyberfusion.io>
6
6
  Project-URL: Source, https://github.com/CyberfusionIO/python3-cyberfusion-queue-support
@@ -5,7 +5,7 @@ cyberfusion/QueueSupport/enums.py,sha256=XzOy5J4sa7SOCKNFyw9kw3MyqDkjPookbfiMQHR
5
5
  cyberfusion/QueueSupport/interfaces.py,sha256=ip8z6cfLFldQCDSec6fK6AIOdxOjIyFykDv4dCHJYSI,943
6
6
  cyberfusion/QueueSupport/outcomes.py,sha256=M1qkxSBxrNFZMZJAmdiixmFo6peWFrVL9ka7l1AdnUI,18512
7
7
  cyberfusion/QueueSupport/sentinels.py,sha256=LwD1BUxDJgY6aJr21cunZKRn5nycqqlNlmJhFKjqUBw,57
8
- cyberfusion/QueueSupport/settings.py,sha256=y3FhAIcYbVoKEV_KeFF_s0yEHBHLjSwWrFgVGgVJgz8,335
8
+ cyberfusion/QueueSupport/settings.py,sha256=g6tcl1E1VgmZaEf2WoKTxIpD7YQM2AtFVwfUK3837zk,368
9
9
  cyberfusion/QueueSupport/utilities.py,sha256=vsQOZunX0UwudoIauCPV-Ij1TVrjWG_16wctvJPaMVQ,186
10
10
  cyberfusion/QueueSupport/exceptions/__init__.py,sha256=MfSC7X751Kbe1lhQAcUeX3LIUlUOfBoAtFNUIFWrQNo,618
11
11
  cyberfusion/QueueSupport/items/__init__.py,sha256=_2nJSRRDofe-whGZOLzp0SXoafZNYP6GAh8DVBNj5Jg,1077
@@ -44,8 +44,8 @@ cyberfusion/QueueSupport/migrations/versions/9ae29b5db790_add_string_to_queue_it
44
44
  cyberfusion/QueueSupport/migrations/versions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
45
45
  cyberfusion/QueueSupport/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
46
  cyberfusion/QueueSupport/scripts/purge_queues.py,sha256=W1-p85YhAJhJfHIPQrS0KVgrLMzWPlGniDTZ_dSma_w,473
47
- python3_cyberfusion_queue_support-3.3.dist-info/METADATA,sha256=9F7M-EalQ_3bSnalx7F9d5I2DcO1z4GR0tlQrgZpQdo,4620
48
- python3_cyberfusion_queue_support-3.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
49
- python3_cyberfusion_queue_support-3.3.dist-info/entry_points.txt,sha256=z7WykKo9hbm5I1iMbHIearPGdkGemhQnSkl7a44zMDY,171
50
- python3_cyberfusion_queue_support-3.3.dist-info/top_level.txt,sha256=ss011q9S6SL_KIIyq7iujFmIYa0grSjlnInO7cDkeag,12
51
- python3_cyberfusion_queue_support-3.3.dist-info/RECORD,,
47
+ python3_cyberfusion_queue_support-3.3.1.dist-info/METADATA,sha256=pDlbMZJ7WmqdMzGUWUK7cdyU3mSxva__0uPtmZOo-Xc,4622
48
+ python3_cyberfusion_queue_support-3.3.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
49
+ python3_cyberfusion_queue_support-3.3.1.dist-info/entry_points.txt,sha256=z7WykKo9hbm5I1iMbHIearPGdkGemhQnSkl7a44zMDY,171
50
+ python3_cyberfusion_queue_support-3.3.1.dist-info/top_level.txt,sha256=ss011q9S6SL_KIIyq7iujFmIYa0grSjlnInO7cDkeag,12
51
+ python3_cyberfusion_queue_support-3.3.1.dist-info/RECORD,,