wintertoo 1.3.0__py3-none-any.whl → 1.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.

Potentially problematic release.


This version of wintertoo might be problematic. Click here for more details.

wintertoo/models/image.py CHANGED
@@ -31,13 +31,13 @@ class ProgramImageQuery(BaseModel):
31
31
  )
32
32
  start_date: int = Field(
33
33
  title="Start date for images",
34
- le=get_date(Time.now()),
34
+ le=get_date(Time.now() + 1 * u.day),
35
35
  default=get_date(Time.now() - 30.0 * u.day),
36
36
  examples=[get_date(Time.now() - 30.0 * u.day), "20230601"],
37
37
  )
38
38
  end_date: int = Field(
39
39
  title="End date for images",
40
- le=get_date(Time.now()),
40
+ le=get_date(Time.now() + 1 * u.day),
41
41
  default=get_date(Time.now()),
42
42
  examples=[get_date(Time.now() - 30.0 * u.day), get_date(Time.now())],
43
43
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wintertoo
3
- Version: 1.3.0
3
+ Version: 1.3.1
4
4
  Author-email: Robert Stein <rdstein@caltech.edu>, Danielle Frostig <frostig@mit.edu>, Viraj Karambelkar <viraj@astro.caltech.edu>
5
5
  License: MIT
6
6
  Project-URL: homepage, https://github.com/winter-telescope/wintertoo
@@ -11,11 +11,11 @@ wintertoo/data/observing_request_schema.json,sha256=R99sh_XEWVcUEP7eSGtFBw-SMa8M
11
11
  wintertoo/data/summer_fields.txt,sha256=5Sc7MBUacelzaq1KHSLmfAyZ3WB5YifMNwKRjBRBcRk,52684603
12
12
  wintertoo/data/winter_fields.txt,sha256=TxySQTmJXCCgaf-oC1gzOYQb2Vr26KEKdJxqrZHHet0,3529364
13
13
  wintertoo/models/__init__.py,sha256=c2GEbIHvOT34IhpiMyqA7Tn83hEmnwx6Q7BuxURp97k,379
14
- wintertoo/models/image.py,sha256=up4ZnZ4oBkzmIb_8dLCikCWkVgShmv4DhHlhR7u5IS4,3220
14
+ wintertoo/models/image.py,sha256=UsDEHOvG4QoxEbuT1iNVSCfcPJcQPBs_IUGKS7MBI1s,3244
15
15
  wintertoo/models/program.py,sha256=mtewVnt7NxSK0hxX8aUO8qehEtOi_Cieli4voCCRh4I,1804
16
16
  wintertoo/models/too.py,sha256=H9HctFxXL4UPqgjs7Xr8oW0iVLJ8BbLv9oza8HLzBW4,5513
17
- wintertoo-1.3.0.dist-info/LICENSE,sha256=1-4yY2S7St-8Koy4JGheNG9QPkwff7831u2JITQ2oQs,1063
18
- wintertoo-1.3.0.dist-info/METADATA,sha256=zKnTl6cA5h5DW740wEisYuT68K5a4Y9z2LKfdfHqHV0,2498
19
- wintertoo-1.3.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
20
- wintertoo-1.3.0.dist-info/top_level.txt,sha256=6SMjMBzaNrD77erdCiVcRTrPZ-x98SDX43akRjWj4T8,10
21
- wintertoo-1.3.0.dist-info/RECORD,,
17
+ wintertoo-1.3.1.dist-info/LICENSE,sha256=1-4yY2S7St-8Koy4JGheNG9QPkwff7831u2JITQ2oQs,1063
18
+ wintertoo-1.3.1.dist-info/METADATA,sha256=mWZ7yse_zHDEAlBBmiEdjAXzt-DVqlmcKxkL0nGQDOg,2498
19
+ wintertoo-1.3.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
20
+ wintertoo-1.3.1.dist-info/top_level.txt,sha256=6SMjMBzaNrD77erdCiVcRTrPZ-x98SDX43akRjWj4T8,10
21
+ wintertoo-1.3.1.dist-info/RECORD,,