django-to-galaxy 0.6.9.6__py3-none-any.whl → 0.6.9.7__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.

Potentially problematic release.


This version of django-to-galaxy might be problematic. Click here for more details.

@@ -1,8 +1,8 @@
1
- from pydantic import BaseSettings
1
+ from pydantic_settings import BaseSettings
2
2
 
3
3
 
4
4
  class Settings(BaseSettings):
5
- GALAXY_TIME_FORMAT = "%Y-%m-%dT%H:%M:%S.%f"
5
+ GALAXY_TIME_FORMAT: str = "%Y-%m-%dT%H:%M:%S.%f"
6
6
 
7
7
 
8
8
  settings = Settings()
@@ -1,3 +1,3 @@
1
1
  """Handle library versioning."""
2
- version_info = (0, 6, 9, 6)
2
+ version_info = (0, 6, 9, 7)
3
3
  __version__ = ".".join(str(c) for c in version_info)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: django-to-galaxy
3
- Version: 0.6.9.6
3
+ Version: 0.6.9.7
4
4
  Summary: Django extension that eases communication with Galaxy instance to execute workflows.
5
5
  Author: Kenzo-Hugo Hillion
6
6
  Author-email: hillion.kenzo@posteo.net
@@ -11,5 +11,6 @@ Requires-Dist: Django (>=5.1.1,<6.0.0)
11
11
  Requires-Dist: Markdown (>=3.3.6,<4.0.0)
12
12
  Requires-Dist: bioblend (>=0.16.0,<0.17.0)
13
13
  Requires-Dist: djangorestframework (>=3.13.1,<4.0.0)
14
- Requires-Dist: pydantic (>=1.9.1,<2.0.0)
14
+ Requires-Dist: pydantic (>=2.11.0,<3.0.0)
15
+ Requires-Dist: pydantic-settings (>=2.9.0,<3.0.0)
15
16
  Requires-Dist: requests-cache (>=0.9.5,<0.10.0)
@@ -51,12 +51,12 @@ django_to_galaxy/models/invocation.py,sha256=huskr6NTonoqPp-GVL-cOjPxFY2MlaOC3MV
51
51
  django_to_galaxy/models/workflow.py,sha256=tWa27SQhZDZVPSg95BJHI_SOKMD9Wyiv5dYqU52Nv1o,4021
52
52
  django_to_galaxy/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
53
  django_to_galaxy/schemas/dataset.py,sha256=yjwLJGb487VJDXoXGg8fG_TW6TJPeyeGtd9vofU-7HI,396
54
- django_to_galaxy/settings.py,sha256=Jn1gznlxhlu57D_cdbAhBQTTN9jq4GIb31czhQQUtJo,138
54
+ django_to_galaxy/settings.py,sha256=5obYQz55omr6_tfaO3ap_K7LmWvFcljv2UAL82SvL8s,152
55
55
  django_to_galaxy/templates/admin/import_workflows.html,sha256=YB101H99EOR8td_DzfNshhJYpXpGD9aJNh8t4mKPgEQ,2389
56
56
  django_to_galaxy/urls.py,sha256=ydMl_0qSyz8GSGkWpiSzU3khqj9mPyZacx532JybLHk,106
57
57
  django_to_galaxy/utils.py,sha256=gjUzzqfpili66CY7vFyseqHOD9vqWg_2tzWAiTe3pNE,1625
58
- django_to_galaxy/version.py,sha256=SWpc-6Xmr8gQ3xBhFnZzJC9V1ErahXEoMU_Gq5UjoDg,114
59
- django_to_galaxy-0.6.9.6.dist-info/LICENSE,sha256=Er3Bp2y6Wf31e0s1-Tdu_d6Gd89FtTizmGUJzGQkWvo,34498
60
- django_to_galaxy-0.6.9.6.dist-info/METADATA,sha256=yIFRA2hXY993G0MFhEIBl-3FB4fWi5ja8Uu88NQbRBM,612
61
- django_to_galaxy-0.6.9.6.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
62
- django_to_galaxy-0.6.9.6.dist-info/RECORD,,
58
+ django_to_galaxy/version.py,sha256=1HmmM1NLgVnGVYQhS8O_WlawbMen044d0bQPbSiM658,114
59
+ django_to_galaxy-0.6.9.7.dist-info/LICENSE,sha256=Er3Bp2y6Wf31e0s1-Tdu_d6Gd89FtTizmGUJzGQkWvo,34498
60
+ django_to_galaxy-0.6.9.7.dist-info/METADATA,sha256=ZCAbNHeqStXRo9r4G1zQkrIRMhJQXA31HmEmv4RP2pY,663
61
+ django_to_galaxy-0.6.9.7.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
62
+ django_to_galaxy-0.6.9.7.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.0.1
2
+ Generator: poetry-core 2.1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any