-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Snowfakery has a datetime_between function (#779) Date-time values can now be coerced from strings and dates (#779) Fixes to documentation (thank you @BrettMN) (#727) find_record is now cached so that it only calls into Salesforce once. (#726)
- Loading branch information
Paul Prescod
authored
Sep 28, 2022
1 parent
2a5be36
commit 6b3ce3f
Showing
5 changed files
with
24 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
SQLAlchemy | ||
# Remove this when Faker/Docs building issue is cleared up. | ||
Faker | ||
jinja2<3 # until CCI is compatible | ||
jinja2 | ||
PyYAML | ||
click | ||
python-dateutil | ||
gvgen | ||
pydantic | ||
python-baseconv | ||
requests | ||
# This whole line should be deleted when Jinja and MarkupSafe are compatible: | ||
MarkupSafe<2.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.2.1 | ||
3.3.0 |