Skip to content

Conversation

@hermanschaaf
Copy link
Member

@hermanschaaf hermanschaaf commented Aug 1, 2023

This fixes the type checking for JSON and UUID, and adds a very simple test for the JSON type to show correct usage.

Also consolidates requirements.txt and setup.py a bit, but it's probably still not in its final form.

"six==1.16.0",
"structlog==23.1.0",
"tomli==2.0.1",
"tzdata==2023.3",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've moved all the requirements into setup.py, and changed requirements.txt to ., so that they are the same. We can change this again later, but this should ensure that the package and dev requirements are the same for now. Only thing is that we probably don't need black here

@hermanschaaf hermanschaaf merged commit 7927d1a into main Aug 1, 2023
@hermanschaaf hermanschaaf deleted the some-fixes branch August 1, 2023 12:57
@cq-bot cq-bot mentioned this pull request Aug 1, 2023
kodiakhq bot pushed a commit that referenced this pull request Aug 1, 2023
🤖 I have created a release *beep* *boop*
---


## [0.0.8](v0.0.7...v0.0.8) (2023-08-01)


### Bug Fixes

* **deps:** Update dependency numpy to v1.25.2 ([#11](#11)) ([0d05fc8](0d05fc8))
* Fix JSON and UUID type checking, add JSON test, consolidate setup.py ([#14](#14)) ([7927d1a](7927d1a))
* Remove resolver() from schema.Table ([#15](#15)) ([c61a774](c61a774))
* SyncMigrateTableMessage should have the `pa.Schema` argument named as "table" ([#13](#13)) ([a50f0e7](a50f0e7))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants